Skip to content

Commit

Permalink
Merge pull request #253 from ggogel/renovate/alpine-3.18.x
Browse files Browse the repository at this point in the history
Update alpine Docker tag to v3.18.7
  • Loading branch information
ggogel authored Jun 29, 2024
2 parents c123591 + dedbdc7 commit 25866a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion seafile-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18.6 AS get
FROM alpine:3.18.7 AS get

RUN apk add --no-cache wget

Expand Down
2 changes: 1 addition & 1 deletion seahub-media/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18.6 AS get
FROM alpine:3.18.7 AS get
ENV SEAFILE_VERSION=11.0.9

RUN apk add --no-cache wget
Expand Down
2 changes: 1 addition & 1 deletion seahub/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18.6 AS get
FROM alpine:3.18.7 AS get
ENV SEAFILE_VERSION=11.0.9

RUN apk add --no-cache wget
Expand Down

0 comments on commit 25866a1

Please sign in to comment.