Update alpine image tag to alpine:3.17.2

This commit is contained in:
Gerrit Gogel 2023-02-23 14:38:05 +01:00
parent e412923e69
commit e31e5d9f42
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
FROM alpine:3.16.3 AS get FROM alpine:3.17.2 AS get
RUN apk add --no-cache wget RUN apk add --no-cache wget

View file

@ -1,4 +1,4 @@
FROM alpine:3.16.3 AS get FROM alpine:3.17.2 AS get
ENV SEAFILE_SERVER=seafile-server SEAFILE_VERSION=10.0.0 ENV SEAFILE_SERVER=seafile-server SEAFILE_VERSION=10.0.0
RUN apk add --no-cache wget RUN apk add --no-cache wget

View file

@ -1,4 +1,4 @@
FROM alpine:3.16.3 AS get FROM alpine:3.17.2 AS get
ENV SEAFILE_SERVER=seafile-server SEAFILE_VERSION=10.0.0 ENV SEAFILE_SERVER=seafile-server SEAFILE_VERSION=10.0.0
RUN apk add --no-cache wget RUN apk add --no-cache wget