Merge pull request #268 from ggogel/renovate/alpine-3.x

Update alpine Docker tag to v3.20.2
This commit is contained in:
Gerrit Gogel 2024-07-28 12:23:01 +02:00 committed by GitHub
commit a7c7976e59
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

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

View file

@ -1,4 +1,4 @@
FROM alpine:3.18.8 AS get FROM alpine:3.20.2 AS get
ENV SEAFILE_VERSION=11.0.9 ENV SEAFILE_VERSION=11.0.9
RUN apk add --no-cache wget RUN apk add --no-cache wget

View file

@ -1,4 +1,4 @@
FROM alpine:3.18.8 AS get FROM alpine:3.20.2 AS get
ENV SEAFILE_VERSION=11.0.9 ENV SEAFILE_VERSION=11.0.9
RUN apk add --no-cache wget RUN apk add --no-cache wget