Bump alpine from 3.19 to 3.20 in /core

Bumps alpine from 3.19 to 3.20.

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-06-07 13:28:55 +00:00
committed by GitHub
parent 32e38a9e88
commit a113db9f54
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# syntax = docker/dockerfile:1.3
# Use 3.15 for Core since it has Python 3.9
FROM alpine:3.19
FROM alpine:3.20
# Add requirements file.
COPY requirements.txt /tmp/

View File

@@ -1,6 +1,6 @@
# syntax = docker/dockerfile:1.3
# Use 3.15 for Core since it has Python 3.9
FROM alpine:3.19
FROM alpine:3.20
# Set the commits that we are building.
ARG CORE_REF