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 authored Oct 12, 2024
1 parent 9e241f8 commit e693b14
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.9-slim-buster

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

0 comments on commit e693b14

Please sign in to comment.