diff --git a/Dockerfile b/Dockerfile index 9c8a1ec3513..aee706d1f23 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.23.2-alpine3.19@sha256:f6392ffebb028fed5ffe743ddb9716e38402c978779edd66474bb5d05f5e65e4 AS builder +FROM golang:1.23.3-alpine3.19@sha256:ff1df752fe51c456bfd95283bf6a6acd82036faead6bad3ee841ab6baf62bf1e AS builder WORKDIR /src COPY ./go.mod ./go.sum ./ diff --git a/action.dockerfile b/action.dockerfile index 9ed3d0fde7c..0e2b6e0e95b 100644 --- a/action.dockerfile +++ b/action.dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.23.2-alpine3.19@sha256:f6392ffebb028fed5ffe743ddb9716e38402c978779edd66474bb5d05f5e65e4 +FROM golang:1.23.3-alpine3.19@sha256:ff1df752fe51c456bfd95283bf6a6acd82036faead6bad3ee841ab6baf62bf1e RUN mkdir /src WORKDIR /src