diff --git a/Dockerfile b/Dockerfile index e825c9e..dd11d2f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # DEPENDENCIES # fabric-shim needs node ^18.0.0 -FROM golang:1.23.3-bullseye AS build +FROM golang:1.23.4-bullseye AS build RUN --mount=type=cache,sharing=locked,target=/var/cache/apt \ export DEBIAN_FRONTEND=noninteractive \