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 3, 2024
1 parent 62ed242 commit 3a236c9
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.4-alpine@sha256:a0c22d88d8a5738d8dbe0d4482783f6d39595182b02df694ca170c664afff2b7 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:8fb8431a68aacf652db50a5aeafcfb04b9f66e67b5d6a2bd848d4dfa100be4f8 AS base
LABEL maintainer="DeadNews <[email protected]>"

ENV PIP_DEFAULT_TIMEOUT=100 \
Expand Down

0 comments on commit 3a236c9

Please sign in to comment.