Skip to content

Commit

Permalink
test update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Baryshev <[email protected]>
  • Loading branch information
dennybaa committed Mar 26, 2024
1 parent 68738e4 commit 7b92b72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion images/alpine.containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.19
FROM alpine:3.19.1@c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b

RUN apk --no-cache add \
ca-certificates fakeroot coreutils tar \
Expand Down
2 changes: 1 addition & 1 deletion images/ubuntu-22.04.containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ubuntu:22.04@sha256:f9d633ff6640178c2d0525017174a688e2c1aef28f0a0130b26bd5554491f0da

RUN export DEBIAN_FRONTEND=noninteractive; apt-get -y update && apt-get install -y \
ca-certificates lsb-release fakeroot \
Expand Down
2 changes: 1 addition & 1 deletion runners/podman.containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM mgoltzsche/podman:4.9.4-minimal as podman
FROM ubuntu:jammy

ARG TARGETARCH
ARG RUNNER_VERSION=""
ARG RUNNER_VERSION="v2.314.1"
ARG PODMAN_VERSION="4.9.3"
ARG CRUN_VERSION="1.14.4"

Expand Down

0 comments on commit 7b92b72

Please sign in to comment.