Skip to content

Commit

Permalink
Merge pull request #354 from kiwigrid/bump-python-from-3.12-alpine-to…
Browse files Browse the repository at this point in the history
…-3.20-alpine

#patch Bumps python from 3.12-alpine to 3.20-alpine
  • Loading branch information
ChristianGeie committed Aug 30, 2024
2 parents c6253d7 + dca46c0 commit a2a397a
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
@@ -1,4 +1,4 @@
FROM python:3.12-alpine as base
FROM python:alpine3.20 as base

FROM base as builder
WORKDIR /app
Expand Down

0 comments on commit a2a397a

Please sign in to comment.