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