From a664366a0e4967c649a8e9c3cba0e6a0fa87754c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 14:56:41 +0000 Subject: [PATCH] chore(deps): Bump blinklabs-io/go from 1.23.1-1 to 1.23.2-1 Bumps [blinklabs-io/go](https://github.com/blinklabs-io/docker-go) from 1.23.1-1 to 1.23.2-1. - [Release notes](https://github.com/blinklabs-io/docker-go/releases) - [Commits](https://github.com/blinklabs-io/docker-go/compare/v1.23.1-1...v1.23.2-1) --- updated-dependencies: - dependency-name: blinklabs-io/go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 72ef50d..78a6c52 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/blinklabs-io/go:1.23.1-1 AS build +FROM ghcr.io/blinklabs-io/go:1.23.2-1 AS build WORKDIR /code COPY . .