diff --git a/deploy/github/log/sequence_and_integrate/Dockerfile b/deploy/github/log/sequence_and_integrate/Dockerfile index abf57d5..a1fc8f7 100644 --- a/deploy/github/log/sequence_and_integrate/Dockerfile +++ b/deploy/github/log/sequence_and_integrate/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21.3-alpine3.17@sha256:6e069c2467a974f2b77ebee687d820d864e9632d2c606bd7e8478b2be437678e AS build +FROM golang:1.21.4-alpine3.17@sha256:f3eb584dbe0fb1b1ca9b3b4b30b89fa6f578eb8365296ee27b12be80d0de0b6c AS build WORKDIR /src/ # Note: this could be a bit surprising as folks who pinned their action to some particular version