Merge pull request #673 from maxking/dependabot/docker/core/alpine-3.19
Bump alpine from 3.18 to 3.19 in /core
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# syntax = docker/dockerfile:1.3
|
||||
# Use 3.15 for Core since it has Python 3.9
|
||||
FROM alpine:3.18
|
||||
FROM alpine:3.19
|
||||
|
||||
# Add requirements file.
|
||||
COPY requirements.txt /tmp/
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# syntax = docker/dockerfile:1.3
|
||||
# Use 3.15 for Core since it has Python 3.9
|
||||
FROM alpine:3.18
|
||||
FROM alpine:3.19
|
||||
|
||||
# Set the commits that we are building.
|
||||
ARG CORE_REF
|
||||
|
||||
Reference in New Issue
Block a user