Skip to content

Commit

Permalink
fix: use correct python image in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Barabazs committed Oct 12, 2024
1 parent 9e241f8 commit 850f081
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 @@ -7,7 +7,7 @@ ENV RMAPIREPO github.com/juruen/rmapi
RUN git clone https://${RMAPIREPO} && cd rmapi && go install


FROM python:3.7-slim-buster
FROM python:3.11-slim-bullseye

# rmapi
COPY --from=rmapi /go/bin/rmapi /usr/bin/rmapi
Expand Down

0 comments on commit 850f081

Please sign in to comment.