Update alpine Docker tag to v3.18.6

This commit is contained in:
renovate[bot] 2024-02-19 10:35:19 +00:00 committed by GitHub
parent 20c2297104
commit 12d8f2f0ec
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.5 AS get FROM alpine:3.18.6 AS get
RUN apk add --no-cache wget RUN apk add --no-cache wget

View file

@ -1,4 +1,4 @@
FROM alpine:3.18.5 AS get FROM alpine:3.18.6 AS get
ENV SEAFILE_VERSION=11.0.5 ENV SEAFILE_VERSION=11.0.5
RUN apk add --no-cache wget RUN apk add --no-cache wget

View file

@ -1,4 +1,4 @@
FROM alpine:3.18.5 AS get FROM alpine:3.18.6 AS get
ENV SEAFILE_VERSION=11.0.5 ENV SEAFILE_VERSION=11.0.5
RUN apk add --no-cache wget RUN apk add --no-cache wget