Update alpine Docker tag to v3.17.3

This commit is contained in:
renovate[bot] 2023-03-29 21:57:11 +00:00 committed by GitHub
parent e3956f9e5d
commit 3903509dde
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.17.2 AS get
FROM alpine:3.17.3 AS get
RUN apk add --no-cache wget

View file

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

View file

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