From 5e0dd517d1dca94639fdc8f6563244c206b36891 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 18:09:35 +0000 Subject: [PATCH] Bump alpine from 3.20.2 to 3.21.0 Bumps alpine from 3.20.2 to 3.21.0. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- latest.Dockerfile | 2 +- playwright.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/latest.Dockerfile b/latest.Dockerfile index 402a39f..a33738c 100644 --- a/latest.Dockerfile +++ b/latest.Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.20.2 AS install +FROM alpine:3.21.0 AS install RUN apk add --update --no-cache \ curl \ diff --git a/playwright.Dockerfile b/playwright.Dockerfile index 057dbbf..9a689ca 100644 --- a/playwright.Dockerfile +++ b/playwright.Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.20.2 as install +FROM alpine:3.21.0 as install RUN apk add --update --no-cache \ curl \