From 9d94f0151f29b0f50c94bf8a5522cb924529fdfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 07:53:03 -0700 Subject: [PATCH] Bump golang from 1.22.2 to 1.22.3 in /examples/httpPlusdb (#831) Bumps golang from 1.22.2 to 1.22.3. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/httpPlusdb/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/httpPlusdb/Dockerfile b/examples/httpPlusdb/Dockerfile index 6dc7d12b0..c374ce822 100644 --- a/examples/httpPlusdb/Dockerfile +++ b/examples/httpPlusdb/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.2 +FROM golang:1.22.3 WORKDIR /app COPY ./*.go . RUN go mod init main