Update python Docker tag
This commit is contained in:
@@ -1 +1 @@
|
||||
3.12.7
|
||||
3.13.1
|
||||
|
||||
@@ -4,7 +4,7 @@ ARG GID=1000
|
||||
|
||||
#
|
||||
# first stage for our base image
|
||||
FROM python:3.12-alpine AS base
|
||||
FROM python:3.13-alpine AS base
|
||||
USER root
|
||||
|
||||
COPY --chmod=0700 ./hardening_base.sh .
|
||||
|
||||
Reference in New Issue
Block a user