summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorEarl Warren <contact@earl-warren.org>2024-06-04 23:50:47 +0200
committerEarl Warren <contact@earl-warren.org>2024-06-04 23:50:47 +0200
commitd71afb71da9135fdbef692f2be90b0e16e60e353 (patch)
tree09ab5d5694b9d4950d5942d40405ad7f42406b40 /Dockerfile
parentMerge pull request '[gitea] week 2024-23 cherry pick (gitea/main -> forgejo)'... (diff)
downloadforgejo-d71afb71da9135fdbef692f2be90b0e16e60e353.tar.xz
forgejo-d71afb71da9135fdbef692f2be90b0e16e60e353.zip
feat(release): upgrade to golang:1.22-alpine3.20
This reverts commit d59ed64345a5c5472aff6ef80c8b188b1ede33dc.
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 73f8baed9a..c5b472cbb9 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,6 @@
FROM --platform=$BUILDPLATFORM docker.io/tonistiigi/xx AS xx
-FROM --platform=$BUILDPLATFORM code.forgejo.org/oci/golang:1.22-alpine3.19 as build-env
+FROM --platform=$BUILDPLATFORM code.forgejo.org/oci/golang:1.22-alpine3.20 as build-env
ARG GOPROXY
ENV GOPROXY ${GOPROXY:-direct}
@@ -51,7 +51,7 @@ RUN chmod 755 /tmp/local/usr/bin/entrypoint \
/go/src/code.gitea.io/gitea/environment-to-ini
RUN chmod 644 /go/src/code.gitea.io/gitea/contrib/autocompletion/bash_autocomplete
-FROM code.forgejo.org/oci/golang:1.22-alpine3.19
+FROM code.forgejo.org/oci/golang:1.22-alpine3.20
ARG RELEASE_VERSION
LABEL maintainer="contact@forgejo.org" \
org.opencontainers.image.authors="Forgejo" \