From 6862b69aee7aead54e589794c35e3c703e4ebc9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 06:22:34 +0000 Subject: [PATCH] chore(deps): bump golang in /auth-docker-postgres-jwt Bumps golang from `51a6466` to `8c10f21`. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- auth-docker-postgres-jwt/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth-docker-postgres-jwt/Dockerfile b/auth-docker-postgres-jwt/Dockerfile index 3f584e34f3..42576e57b7 100644 --- a/auth-docker-postgres-jwt/Dockerfile +++ b/auth-docker-postgres-jwt/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23.5@sha256:51a6466e8dbf3e00e422eb0f7a97ac450b2d57b33617bbe8d2ee0bddcd9d0d37 +FROM golang:1.23.5@sha256:8c10f21bec412f08f73aa7b97ca5ac5f28a39d8a88030ad8a339fd0a781d72b4 # Enviroment variable WORKDIR /usr/src/some-api