File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ RUN apk add --update --no-cache git make gcc pkgconf musl-dev \
2727# podman (without systemd support)
2828FROM podmanbuildbase AS podman
2929RUN apk add --update --no-cache tzdata curl
30- ARG PODMAN_VERSION=v5.5.0
30+ ARG PODMAN_VERSION=v5.5.1
3131ARG PODMAN_BUILDTAGS='seccomp selinux apparmor exclude_graphdriver_devicemapper containers_image_openpgp'
3232ARG PODMAN_CGO=1
3333RUN git clone -c 'advice.detachedHead=false' --depth=1 --branch ${PODMAN_VERSION} https://github.com/containers/podman src/github.com/containers/podman
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN apk add --update --no-cache git make gcc pkgconf musl-dev \
99# podman remote
1010FROM podmanbuildbase AS podman-remote
1111RUN apk add --update --no-cache curl
12- ARG PODMAN_VERSION=v5.5.0
12+ ARG PODMAN_VERSION=v5.5.1
1313RUN git clone -c advice.detachedHead=false --depth=1 --branch=${PODMAN_VERSION} https://github.com/containers/podman src/github.com/containers/podman
1414WORKDIR $GOPATH/src/github.com/containers/podman
1515RUN set -eux; \
You can’t perform that action at this time.
0 commit comments