From 1a4a704bb1094041ec6e9d299e4348ff3100f55d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 16:10:20 +0000 Subject: [PATCH] build(deps): bump golang from 1.22.3-alpine to 1.22.4-alpine (#510) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b330b23..a579e8e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.3-alpine AS build +FROM golang:1.22.4-alpine AS build WORKDIR /go/src/github.com/segmentio/chamber COPY . .