Skip to content

Commit a5f1ed1

Browse files
author
Loïc Dachary
committed
implementation: forgejo container images
1 parent 0a727bd commit a5f1ed1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN if [ -n "${GITEA_VERSION}" ]; then git checkout "${GITEA_VERSION}"; fi \
2424
RUN go build contrib/environment-to-ini/environment-to-ini.go
2525

2626
FROM alpine:3.16
27-
LABEL maintainer="[email protected]"
27+
LABEL maintainer="[email protected]"
2828

2929
EXPOSE 22 3000
3030

Dockerfile.rootless

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN if [ -n "${GITEA_VERSION}" ]; then git checkout "${GITEA_VERSION}"; fi \
2424
RUN go build contrib/environment-to-ini/environment-to-ini.go
2525

2626
FROM alpine:3.16
27-
LABEL maintainer="[email protected]"
27+
LABEL maintainer="[email protected]"
2828

2929
EXPOSE 2222 3000
3030

0 commit comments

Comments
 (0)