Skip to content

Commit

Permalink
alpine 3.16 (go-gitea#19797)
Browse files Browse the repository at this point in the history
Co-authored-by: 6543 <6543@obermui.de>
(cherry picked from commit 0cbec3c)

Conflicts:
	Dockerfile
	Dockerfile.rootless
	 jump directly from 3.13 to 3.16 as backports were not done
	 for intermediate alpine versions
  • Loading branch information
techknowlogick authored and singuliere committed Jun 2, 2022
1 parent 704f809 commit 6c9f0c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Build stage
FROM golang:1.18-alpine3.15 AS build-env
FROM golang:1.18-alpine3.16 AS build-env

ARG GOPROXY
ENV GOPROXY ${GOPROXY:-direct}
Expand All @@ -23,7 +23,7 @@ RUN if [ -n "${GITEA_VERSION}" ]; then git checkout "${GITEA_VERSION}"; fi \
# Begin env-to-ini build
RUN go build contrib/environment-to-ini/environment-to-ini.go

FROM alpine:3.13
FROM alpine:3.16
LABEL maintainer="maintainers@gitea.io"

EXPOSE 22 3000
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.rootless
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Build stage
FROM golang:1.18-alpine3.15 AS build-env
FROM golang:1.18-alpine3.16 AS build-env

ARG GOPROXY
ENV GOPROXY ${GOPROXY:-direct}
Expand All @@ -23,7 +23,7 @@ RUN if [ -n "${GITEA_VERSION}" ]; then git checkout "${GITEA_VERSION}"; fi \
# Begin env-to-ini build
RUN go build contrib/environment-to-ini/environment-to-ini.go

FROM alpine:3.13
FROM alpine:3.16
LABEL maintainer="maintainers@gitea.io"

EXPOSE 2222 3000
Expand Down

0 comments on commit 6c9f0c3

Please sign in to comment.