Skip to content

Commit

Permalink
Merge pull request #153 from AnotherStranger/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
refactor(deps): pin python docker tag to 7130f75
  • Loading branch information
AnotherStranger authored Sep 21, 2024
2 parents 2a8fc92 + 383663d commit 66ccdee
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 @@ -40,7 +40,7 @@ ARG LZ4_VERSION="1.9.4-r5"
# renovate: datasource=repology depName=alpine_3_20/linux-headers versioning=loose
ARG LINUX_HEADERS_VERSION="6.6-r0"

FROM python:3.12.6-alpine3.20 AS base
FROM python:3.12.6-alpine3.20@sha256:7130f75b1bb16c7c5d802782131b4024fe3d7a87ce7d936e8948c2d2e0180bc4 AS base

################################################################################
# BUILD BORGBACKUP FROM SOURCE USING PIP #
Expand Down

0 comments on commit 66ccdee

Please sign in to comment.