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 \