Skip to content

Commit

Permalink
Update python Docker tag to v3.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 8, 2024
1 parent 1973120 commit a37dccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /src
RUN yarn install --frozen-lockfile --ignore-engines --prefer-offline && \
node node_modules/webpack/bin/webpack.js --config webpack.config.prod.js --bail

FROM python:3.9.19-bullseye AS base
FROM python:3.12.4-bullseye AS base
# Add package files, install updated node and pip
WORKDIR /tmp

Expand Down

0 comments on commit a37dccd

Please sign in to comment.