Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
athalhammer committed Nov 8, 2024
2 parents e1e6f61 + 3ae3c7d commit dc7a326
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down
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 dc7a326

Please sign in to comment.