Skip to content

Commit 5b1619a

Browse files
committed
use exact versions
1 parent 2bf8562 commit 5b1619a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

images/plural-bundle/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine as build
1+
FROM alpine:3.21.2 as build
22
FROM scratch
33
COPY ./run.sh /
44
COPY ./assets /assets

images/plural-cli/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine AS build
1+
FROM alpine:3.21.2 AS build
22

33
ARG TARGETARCH
44

images/plural-images-bundle/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/skopeo/stable:latest AS builder
1+
FROM quay.io/skopeo/stable:v1.17 AS builder
22

33
ARG TARGETARCH
44

Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine as build
1+
FROM alpine:3.21.2 as build
22
FROM scratch
33
COPY ./run.sh /
44
COPY ./assets /assets

0 commit comments

Comments
 (0)