From 45adc6887ba48021c91174215d802525e2bc86b6 Mon Sep 17 00:00:00 2001 From: Nic Cheneweth Date: Fri, 11 Oct 2024 17:06:36 -0500 Subject: [PATCH] [nc] fix failing test Signed-off-by: Nic Cheneweth --- test/Dockerfile | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/test/Dockerfile b/test/Dockerfile index 500c911..a6acda0 100644 --- a/test/Dockerfile +++ b/test/Dockerfile @@ -1,4 +1,5 @@ -FROM alpine:3.19.1 +# hadolint ignore=DL3006 +FROM alpine LABEL org.opencontainers.image.title="circleci-remote-docker" \ org.opencontainers.image.description="Alpine-based CircleCI executor image containing only the minimum required packages" \ @@ -11,9 +12,10 @@ LABEL org.opencontainers.image.title="circleci-remote-docker" \ org.opencontainers.image.created="CREATED" \ org.opencontainers.image.version="VERSION" +# hadolint ignore=DL3018 RUN apk add --no-cache \ - git==2.43.5-r0 \ - openssh==9.6_p1-r1 \ - tar==1.35-r2 \ - gzip==1.13-r0 \ - ca-certificates==20240226-r0 + git \ + openssh \ + tar \ + gzip \ + ca-certificates