diff --git a/Dockerfile b/Dockerfile index b27ba538dac..3ce6dddb3e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ # upgrade everything by simply updating the Alpine version. # # Alpine is updated every 6 months so all packages are pretty recent. -FROM alpine:3.10 +FROM alpine:3.12 RUN apk update && apk add --no-cache \ chromium \