diff --git a/Dockerfile b/Dockerfile index ec5eb83..24030cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.16.1 +FROM alpine:3.16.2 ARG BUILD_DATE @@ -15,10 +15,10 @@ ADD https://www.gerczei.eu/files/tamas@gerczei.eu-5ec0fe1e.rsa.pub /etc/apk/keys # using a community package re-built locally via apkbuild with MySQL support RUN apk add --repository https://www.gerczei.eu/packages/alpine/v3.16 --no-cache \ - git-lfs=3.1.4-r2 \ + git-lfs=3.1.4-r3 \ openssh-keygen=9.0_p1-r2 \ bash=5.1.16-r2 \ - gitea=1.17.0-r0 && \ + gitea=1.17.1-r0 && \ mkdir /var/cache/gitea && \ chown gitea:www-data /var/cache/gitea