Merge pull request #102 from ggogel/renovate/alpine-3.17.x

Update alpine Docker tag to v3.17.4
This commit is contained in:
Gerrit Gogel 2023-06-14 23:40:15 +02:00 committed by GitHub
commit 0148fbf6e6
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.3 AS get FROM alpine:3.17.4 AS get
RUN apk add --no-cache wget RUN apk add --no-cache wget

View file

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

View file

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