Skip to content

Commit

Permalink
Merge pull request #29 from justsomescripts/renovate/python-alpine3.20
Browse files Browse the repository at this point in the history
chore(deps): update python:alpine3.20 docker digest to 7f15e22
  • Loading branch information
justsomescripts authored Jul 26, 2024
2 parents ad8fc58 + 58ec757 commit 38b1d64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
######################################### BUILD #########################################

FROM python:alpine3.20@sha256:0bd77ae937dce9037e136ab35f41eaf9e012cfd741fc3c8dd4b3e2b63499f12c as builder
FROM python:alpine3.20@sha256:7f15e22f496c65cffbbac5e30e7e98d60f3e3b9cc5ee5d51cf3c55ed604787c8 as builder

# Add configuration files
COPY requirements/apk.build.list requirements/pip.list /requirements/
Expand All @@ -12,7 +12,7 @@ FROM python:alpine3.20@sha256:0bd77ae937dce9037e136ab35f41eaf9e012cfd741fc3c8dd4

######################################### RUNNER #########################################

FROM python:alpine3.20@sha256:0bd77ae937dce9037e136ab35f41eaf9e012cfd741fc3c8dd4b3e2b63499f12c
FROM python:alpine3.20@sha256:7f15e22f496c65cffbbac5e30e7e98d60f3e3b9cc5ee5d51cf3c55ed604787c8

# Directory for executing Playbooks
WORKDIR /runner/
Expand Down

0 comments on commit 38b1d64

Please sign in to comment.