Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Commit 697c7f3

Browse files
authored
chore: update alpine base image to 3.18 (#548)
1 parent 1acf5ac commit 697c7f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ ARG BTPSA_VERSION_GIT_ARG=default
9797
##################################################################################################################################################
9898
# Now putting all pieces together
9999
##################################################################################################################################################
100-
FROM --platform=linux/amd64 python:3.10-alpine3.16 AS final_build
100+
FROM --platform=linux/amd64 python:3.10-alpine3.18 AS final_build
101101
ENV USERNAME=user
102102
ENV HOME_FOLDER /home/$USERNAME
103103
ENV LIBS_FOLDER $HOME_FOLDER/libs

0 commit comments

Comments
 (0)