diff --git a/cmd/Dockerfile b/cmd/Dockerfile
index eb30c5d..4f065e8 100644
--- a/cmd/Dockerfile
+++ b/cmd/Dockerfile
@@ -1,4 +1,4 @@
-FROM golang:1.22.1-alpine3.19@sha256:fc5e5848529786cf1136563452b33d713d5c60b2c787f6b2a077fa6eeefd9114 AS builder
+FROM golang:1.22.1-alpine3.19@sha256:0466223b8544fb7d4ff04748acc4d75a608234bf4e79563bff208d2060c0dd79 AS builder
 
 ARG GOFLAGS="-trimpath -buildvcs=false -buildmode=exe"
 ENV GOFLAGS=$GOFLAGS