Skip to content

Commit

Permalink
bump python alpine 3.18->3.19 to bump default rust 1.71 -> 1.76 to un…
Browse files Browse the repository at this point in the history
…block watchfiles compilation (#944)
  • Loading branch information
AndreyNikiforov committed Sep 1, 2024
1 parent 18e6a4b commit c137424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.build-musl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# rust links from https://forge.rust-lang.org/infra/other-installation-methods.html#standalone-installers

# map source image to base
FROM python:3.12-alpine3.18 AS base
FROM python:3.12-alpine3.19 AS base
ARG TARGETARCH
ARG TARGETVARIANT
WORKDIR /app
Expand Down

0 comments on commit c137424

Please sign in to comment.