Skip to content

Commit 9dfbbca

Browse files
.
1 parent 13cf397 commit 9dfbbca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1
2-
ARG BASE_IMAGE=python:3.12-alpine
2+
ARG BASE_IMAGE=python:3.13-alpine
33

44
FROM $BASE_IMAGE AS buildimage
55
RUN apk add --no-cache py3-pip

0 commit comments

Comments
 (0)