Skip to content

Commit 906f8a0

Browse files
committed
use date for dockerfile
1 parent 890ce6c commit 906f8a0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/base/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM archlinux:latest AS build
1+
FROM archlinux:base-20260315.0.500537 AS build
22
ARG TARGETARCH
33
RUN pacman -Sy --noconfirm cosign bash curl jq
44
COPY scripts/install_trivy.sh /tmp/install_trivy.sh

src/base/.devcontainer/Dockerfile.trivy.amd64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM archlinux:latest AS build
1+
FROM archlinux:base-20260315.0.500537 AS build
22
ARG TARGETARCH
33
RUN pacman -Sy --noconfirm cosign bash curl jq
44
COPY scripts/install_trivy.sh /tmp/install_trivy.sh

src/base/.devcontainer/Dockerfile.trivy.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM archlinux:latest AS build
1+
FROM archlinux:base-20260315.0.500537 AS build
22
ARG TARGETARCH
33
RUN pacman -Sy --noconfirm cosign bash curl jq
44
COPY scripts/install_trivy.sh /tmp/install_trivy.sh

0 commit comments

Comments
 (0)