diff --git a/Dockerfile b/Dockerfile index 0d3119e..207b608 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN npm install -g bower && \ bower install --allow-root && \ cp js/analytics.sample.js js/analytics.js -FROM alpine:3.16.3 +FROM alpine:3.20.3 COPY --from=builder /raw/ /raw/ RUN apk update && apk add --no-cache python3 && \ ln -s /usr/bin/python3 /usr/bin/python