Update alpine Docker tag to v3.16.3

This commit is contained in:
renovate[bot] 2022-11-12 04:41:35 +00:00 committed by GitHub
parent 6ce3accdfa
commit 1ec27a38bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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