Skip to content

Commit

Permalink
Merge pull request #268 from ggogel/renovate/alpine-3.x
Browse files Browse the repository at this point in the history
Update alpine Docker tag to v3.20.2
  • Loading branch information
ggogel authored Jul 28, 2024
2 parents 98a880d + 281d543 commit a7c7976
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.8 AS get
FROM alpine:3.20.2 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.8 AS get
FROM alpine:3.20.2 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.8 AS get
FROM alpine:3.20.2 AS get
ENV SEAFILE_VERSION=11.0.9

RUN apk add --no-cache wget
Expand Down

0 comments on commit a7c7976

Please sign in to comment.