Skip to content

Commit

Permalink
Merge pull request #721 from maxking/dependabot/docker/web/alpine-3.20.3
Browse files Browse the repository at this point in the history
Bump alpine from 3.20.2 to 3.20.3 in /web
  • Loading branch information
maxking authored Sep 10, 2024
2 parents a8b3c92 + abdabde commit 2db9e28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:1.3
FROM alpine:3.20.2
FROM alpine:3.20.3

# Add requirements file.
COPY requirements.txt /tmp/
Expand Down
2 changes: 1 addition & 1 deletion web/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:1.3
FROM alpine:3.20.2
FROM alpine:3.20.3

ARG POSTORIUS_REF
ARG HYPERKITTY_REF
Expand Down

0 comments on commit 2db9e28

Please sign in to comment.