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