From 69b1b8e4c15ac143eafaa0ccb253af02da23f6c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Jun 2024 12:47:52 +0000 Subject: [PATCH] Bump golang from 1.22.3 to 1.22.4 in /examples/httpPlusdb Bumps golang from 1.22.3 to 1.22.4. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/httpPlusdb/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/httpPlusdb/Dockerfile b/examples/httpPlusdb/Dockerfile index c374ce822..79f6a5072 100644 --- a/examples/httpPlusdb/Dockerfile +++ b/examples/httpPlusdb/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.3 +FROM golang:1.22.4 WORKDIR /app COPY ./*.go . RUN go mod init main