Skip to content

Commit

Permalink
chore(update): using python:3.12.2-alpine3.19 upstream container image
Browse files Browse the repository at this point in the history
  • Loading branch information
visibilityspots committed Mar 22, 2024
1 parent c773938 commit c09185f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM python:3.7-alpine
FROM python:3.12.2-alpine3.19
WORKDIR /opt/coinmarketcap-exporter
COPY ./requirements.txt .
RUN apk --no-cache add --virtual build-dependencies build-base \
Expand Down

0 comments on commit c09185f

Please sign in to comment.