diff --git a/cron/worker/Dockerfile b/cron/worker/Dockerfile index dc394fa4517..f08335d42da 100644 --- a/cron/worker/Dockerfile +++ b/cron/worker/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang@sha256:3c4de86eec9cbc619cdd72424abd88326ffcf5d813a8338a7743c55e5898734f AS base +FROM golang@sha256:d2aad22fc6f1017aa568d980b15d0067a721c770be47b9dc62b11c33487fba64 AS base WORKDIR /src ENV CGO_ENABLED=0 COPY go.* ./