diff --git a/latest.Dockerfile b/latest.Dockerfile index ea8a347..98f9e6c 100644 --- a/latest.Dockerfile +++ b/latest.Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.18.4 as install +FROM alpine:3.18.5 as install RUN apk add --update --no-cache \ curl \ diff --git a/playwright.Dockerfile b/playwright.Dockerfile index 8117f83..257b45f 100644 --- a/playwright.Dockerfile +++ b/playwright.Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.18.4 as install +FROM alpine:3.18.5 as install RUN apk add --update --no-cache \ curl \