From 46a0d3549a8136c34ba25cf213cc16d7638c36d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 10:28:14 -0400 Subject: [PATCH] chore(deps): bump blinklabs-io/go from 1.22.7-1 to 1.23.1-1 (#239) Bumps [blinklabs-io/go](https://github.com/blinklabs-io/docker-go) from 1.22.7-1 to 1.23.1-1. - [Release notes](https://github.com/blinklabs-io/docker-go/releases) - [Commits](https://github.com/blinklabs-io/docker-go/compare/v1.22.7-1...v1.23.1-1) --- updated-dependencies: - dependency-name: blinklabs-io/go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 488261e..95a1922 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/blinklabs-io/go:1.22.7-1 AS build +FROM ghcr.io/blinklabs-io/go:1.23.1-1 AS build WORKDIR /code COPY . .