From 31e9b9fe2b64547818fc1c811d7f61a3923817ee Mon Sep 17 00:00:00 2001 From: 6543 <6543@noreply.codeberg.org> Date: Tue, 30 Aug 2022 20:57:03 +0200 Subject: [PATCH] bump golang to v1.18 (#8) Reviewed-on: https://codeberg.org/woodpecker-plugins/plugin-docker-buildx/pulls/8 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e4daff6..2767f7b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.17-alpine as build +FROM golang:1.18-alpine as build COPY . /src WORKDIR /src