From 54783f259f4a3cbd7b219cd34ee06b526f9a922c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 09:45:44 +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 0133e9f..682825f 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 . .