From 31180a29d5dc0b590df3fc829d49532cd7e75565 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 18:48:53 +0000 Subject: [PATCH] Bump alpine from 3.20.2 to 3.20.3 Bumps alpine from 3.20.2 to 3.20.3. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... 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 ae60ee1..c500df7 100644 --- a/latest.Dockerfile +++ b/latest.Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.20.2 AS install +FROM alpine:3.20.3 AS install RUN apk add --update --no-cache \ curl \ diff --git a/playwright.Dockerfile b/playwright.Dockerfile index 057dbbf..568b74f 100644 --- a/playwright.Dockerfile +++ b/playwright.Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.20.2 as install +FROM alpine:3.20.3 as install RUN apk add --update --no-cache \ curl \