diff --git a/build/Dockerfile b/build/Dockerfile index a8661e5..ada97c1 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -FROM alpine:3.17.3 +FROM alpine:3.19.1 SHELL ["/bin/sh", "-euxo", "pipefail", "-c"] RUN apk add bash git go cabal \