Skip to content

Commit

Permalink
pin alpine version to fix rrd compile
Browse files Browse the repository at this point in the history
  • Loading branch information
grizz committed Dec 20, 2024
1 parent 8ebc192 commit 4d5e0f1
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 @@ -23,7 +23,7 @@ ARG vaping_extras=all

ARG poetry_pin=">=1,<=2"

FROM python:3.11-alpine as base
FROM python:3.11-alpine3.20 as base

ARG runtime_packages
ARG virtual_env=/venv
Expand Down

0 comments on commit 4d5e0f1

Please sign in to comment.