aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile.rootless
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.com>2023-12-23 16:04:58 -0500
committerGitHub <noreply@github.com>2023-12-23 21:04:58 +0000
commita1d2a152f832e76db7d08803c7e0236289f7ade0 (patch)
tree0835e2a200e7ac5c9ce130280252a2feee60ac1e /Dockerfile.rootless
parent330aab47b3e4d777a6e5a3f05351ceab92ee5562 (diff)
downloadgitea-a1d2a152f832e76db7d08803c7e0236289f7ade0.tar.gz
gitea-a1d2a152f832e76db7d08803c7e0236289f7ade0.zip
bump to use alpine3.19 (#28594)
Diffstat (limited to 'Dockerfile.rootless')
-rw-r--r--Dockerfile.rootless4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile.rootless b/Dockerfile.rootless
index 5ea4d2fc75..6f27c698ac 100644
--- a/Dockerfile.rootless
+++ b/Dockerfile.rootless
@@ -1,5 +1,5 @@
# Build stage
-FROM docker.io/library/golang:1.21-alpine3.18 AS build-env
+FROM docker.io/library/golang:1.21-alpine3.19 AS build-env
ARG GOPROXY
ENV GOPROXY ${GOPROXY:-direct}
@@ -39,7 +39,7 @@ RUN chmod 755 /tmp/local/usr/local/bin/docker-entrypoint.sh \
/go/src/code.gitea.io/gitea/environment-to-ini
RUN chmod 644 /go/src/code.gitea.io/gitea/contrib/autocompletion/bash_autocomplete
-FROM docker.io/library/alpine:3.18
+FROM docker.io/library/alpine:3.19
LABEL maintainer="maintainers@gitea.io"
EXPOSE 2222 3000