Skip to content

Commit

Permalink
Update Alpine version in Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Aug 9, 2024
1 parent 8a87f6b commit d09cdb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/alpine:3.17.0
FROM docker.io/alpine:3.20

# install runtime dependencies
RUN apk add --no-cache python3 py3-ruamel.yaml.clib
Expand All @@ -13,7 +13,7 @@ COPY . .
RUN apk add --no-cache --virtual build-dependencies py3-setuptools py3-pip python3-dev gcc musl-dev && \
python setup.py gen_version && \
rm -rf .git && \
pip install -e . && \
pip install --break-system-packages -e . && \
apk del build-dependencies && \
python -m heisenbridge -h

Expand Down

0 comments on commit d09cdb3

Please sign in to comment.