Skip to content

Commit

Permalink
Update Dockerfile (#234)
Browse files Browse the repository at this point in the history
* Update Dockerfile

There was a mistake made here. This is the 3.12 dockerfile but you are using python 3.7. This should fix that

* also fix 3.7

---------

Co-authored-by: Quinten <[email protected]>
  • Loading branch information
Poseidon281 and QuintenQVD0 authored Apr 4, 2024
1 parent 66769a1 commit c80ad9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/3.12/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$TARGETOS/$TARGETARCH python:3.7-slim-bookworm
FROM --platform=$TARGETOS/$TARGETARCH python:3.12-slim-bookworm

LABEL author="Michael Parker" maintainer="[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion python/3.7/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$TARGETOS/$TARGETARCH python:3.7-slim
FROM --platform=$TARGETOS/$TARGETARCH python:3.7-slim-bookworm

LABEL author="Michael Parker" maintainer="[email protected]"

Expand Down

0 comments on commit c80ad9a

Please sign in to comment.