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

Commit

Permalink
chore: update alpine base image to 3.18 (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
lechnerc77 authored Aug 20, 2023
1 parent 1acf5ac commit 697c7f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ ARG BTPSA_VERSION_GIT_ARG=default
##################################################################################################################################################
# Now putting all pieces together
##################################################################################################################################################
FROM --platform=linux/amd64 python:3.10-alpine3.16 AS final_build
FROM --platform=linux/amd64 python:3.10-alpine3.18 AS final_build
ENV USERNAME=user
ENV HOME_FOLDER /home/$USERNAME
ENV LIBS_FOLDER $HOME_FOLDER/libs
Expand Down

0 comments on commit 697c7f3

Please sign in to comment.