From 9de360623ae919ea3785429ec869378dd4c2fd79 Mon Sep 17 00:00:00 2001 From: Jonathan Lopez Torres Date: Wed, 23 Aug 2023 06:53:31 -0500 Subject: [PATCH] chore: update alpine base images (#5015) --- Dockerfile | 2 +- Dockerfile.canary | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a1fc784733b7..865d6d9154f2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.18.2 +FROM alpine:3.18.3 RUN apk --no-cache add ca-certificates git COPY trivy /usr/local/bin/trivy COPY contrib/*.tpl contrib/ diff --git a/Dockerfile.canary b/Dockerfile.canary index efb732d8167d..724a763423a2 100644 --- a/Dockerfile.canary +++ b/Dockerfile.canary @@ -1,4 +1,4 @@ -FROM alpine:3.18.2 +FROM alpine:3.18.3 RUN apk --no-cache add ca-certificates git # binaries were created with GoReleaser