diff --git a/Dockerfile b/Dockerfile index 0efa6f8d..83866350 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.22.0@sha256:ef61a20960397f4d44b0e729298bf02327ca94f1519239ddc6d91689615b1367 AS builder +FROM golang:1.22.1@sha256:0b55ab82ac2a54a6f8f85ec8b943b9e470c39e32c109b766bbc1b801f3fa8d3b AS builder ENV APP_ROOT=/opt/app-root ENV GOPATH=$APP_ROOT @@ -25,7 +25,7 @@ ARG TARGETARCH RUN CGO_ENABLED=0 make scorecard-webapp # Multi-Stage production build -FROM golang:1.22.0@sha256:ef61a20960397f4d44b0e729298bf02327ca94f1519239ddc6d91689615b1367 as deploy +FROM golang:1.22.1@sha256:0b55ab82ac2a54a6f8f85ec8b943b9e470c39e32c109b766bbc1b801f3fa8d3b as deploy # Retrieve the binary from the previous stage COPY --from=builder /opt/app-root/src/scorecard-webapp /usr/local/bin/scorecard-webapp