Bump alpine from 3.19.1 to 3.20.0 in /web (#696)

Bumps alpine from 3.19.1 to 3.20.0.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-06-07 17:49:32 -07:00
committed by GitHub
parent 32e38a9e88
commit 2562a83a4d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:1.3
FROM alpine:3.19.1
FROM alpine:3.20.0
# Add requirements file.
COPY requirements.txt /tmp/

View File

@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:1.3
FROM alpine:3.19.1
FROM alpine:3.20.0
ARG POSTORIUS_REF
ARG HYPERKITTY_REF