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