Skip to content

Commit

Permalink
build(deps): update docker tags
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 16, 2024
1 parent 1056eab commit 2defc29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.4-alpine@sha256:0bd77ae937dce9037e136ab35f41eaf9e012cfd741fc3c8dd4b3e2b63499f12c AS base
FROM python:3.12.5-alpine@sha256:c2f41e6a5a67bc39b95be3988dd19fbd05d1b82375c46d9826c592cca014d4de AS base
LABEL maintainer="DeadNews <[email protected]>"

ENV PIP_DEFAULT_TIMEOUT=100 \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.pypy
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM pypy:3.10-slim@sha256:7202bb2a7893515f1f58b1ac7eca79e1986299c11ad7284a29aec396eba49213 AS base
FROM pypy:3.10-slim@sha256:23beeda21aef91b3eee45396ac2cb2374e13199f2d34d435f34798be1c3e13c0 AS base
LABEL maintainer="DeadNews <[email protected]>"

ENV PIP_DEFAULT_TIMEOUT=100 \
Expand Down

0 comments on commit 2defc29

Please sign in to comment.