Skip to content

Commit

Permalink
Reapply "updating to 0.1.4"
Browse files Browse the repository at this point in the history
This reverts commit 31df9b1.
  • Loading branch information
athalhammer committed Nov 8, 2024
1 parent 31df9b1 commit 3ae3c7d
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 @@ -3,7 +3,7 @@ FROM python:3.12-alpine
EXPOSE 80
RUN apk add wget

ARG FASTER_ID_VERSION="0.1.3"
ARG FASTER_ID_VERSION="0.1.4"
RUN wget https://github.com/athalhammer/fasterid/archive/refs/tags/v${FASTER_ID_VERSION}.tar.gz
RUN tar -xzf v${FASTER_ID_VERSION}.tar.gz

Expand Down

0 comments on commit 3ae3c7d

Please sign in to comment.