fix: upgrade base image to python:3.13-slim to match dev environment
This commit is contained in:
parent
0f663c1d3d
commit
5a10cdda3b
|
|
@ -8,7 +8,7 @@
|
|||
# Cloud Build kan også kjøre dette steget manuelt:
|
||||
# gcloud builds submit --config=cloudbuild.base.yaml .
|
||||
|
||||
FROM python:3.12-slim
|
||||
FROM python:3.13-slim
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user