Skip to content

Commit 31eb6ae

Browse files
chore: bump python version
And docker syntax
1 parent dcf3c60 commit 31eb6ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.web

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# syntax=docker/dockerfile:1.6
1+
# syntax=docker/dockerfile:1.7.0
22

33
# full semver just for python base image
4-
ARG PYTHON_VERSION=3.11.9
4+
ARG PYTHON_VERSION=3.11.11
55

66
FROM python:${PYTHON_VERSION}-slim-bullseye AS builder
77

0 commit comments

Comments
 (0)