Skip to content

Commit

Permalink
Merge pull request #25 from DDS-Derek/renovate/python-3.x
Browse files Browse the repository at this point in the history
chore(deps): update python docker tag to v3.13
  • Loading branch information
DDSDerek authored Dec 21, 2024
2 parents 1e48020 + 4f091cf commit 7f1d7ce
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 @@ -14,7 +14,7 @@ RUN wget \
RUN make darkhttpd-static \
&& strip darkhttpd-static

FROM python:3.12-alpine AS Build-app
FROM python:3.13-alpine AS Build-app

Check warning on line 17 in Dockerfile

View workflow job for this annotation

GitHub Actions / build

Stage names should be lowercase

StageNameCasing: Stage name 'Build-app' should be lowercase More info: https://docs.docker.com/go/dockerfile/rule/stage-name-casing/

Check warning on line 17 in Dockerfile

View workflow job for this annotation

GitHub Actions / build

Stage names should be lowercase

StageNameCasing: Stage name 'Build-app' should be lowercase More info: https://docs.docker.com/go/dockerfile/rule/stage-name-casing/

Check warning on line 17 in Dockerfile

View workflow job for this annotation

GitHub Actions / build

Stage names should be lowercase

StageNameCasing: Stage name 'Build-app' should be lowercase More info: https://docs.docker.com/go/dockerfile/rule/stage-name-casing/

RUN apk add --no-cache git binutils clang gcc build-base g++ zlib-dev
RUN pip install --upgrade pip
Expand Down

0 comments on commit 7f1d7ce

Please sign in to comment.