From 7f021f4cb4e8da7a198a8e863a44307e07df90b8 Mon Sep 17 00:00:00 2001 From: Ruins <2362084+xruins@users.noreply.github.com> Date: Mon, 16 Dec 2024 01:46:21 +0900 Subject: [PATCH] bump go version of Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8eb1587..2c5a86e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.5 as builder +FROM golang:1.23.3 AS builder LABEL org.opencontainers.image.source="https://github.com/xruins/docker_state_exporter" COPY *.go $GOPATH/src/mypackage/myapp/ COPY go.* $GOPATH/src/mypackage/myapp/