aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile.rootless
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.io>2022-05-25 00:42:28 -0400
committerGitHub <noreply@github.com>2022-05-25 07:42:28 +0300
commit0cbec3cd373941405a3e2d49d4ad9784972c00e3 (patch)
tree8f5e69d40ba1759fa4fd834242bb26c89f1304e1 /Dockerfile.rootless
parent93ab90743d27f292eb7e8413e5ef1c6b10a65292 (diff)
downloadgitea-0cbec3cd373941405a3e2d49d4ad9784972c00e3.tar.gz
gitea-0cbec3cd373941405a3e2d49d4ad9784972c00e3.zip
alpine 3.16 (#19797)
Co-authored-by: 6543 <6543@obermui.de>
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 27e898c58e..e576570e5e 100644
--- a/Dockerfile.rootless
+++ b/Dockerfile.rootless
@@ -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}
@@ -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.15
+FROM alpine:3.16
LABEL maintainer="maintainers@gitea.io"
EXPOSE 2222 3000