From 0047578d05a3b7b5732ca2ab9561a4920e74e247 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jun 2022 17:21:23 +0000 Subject: [PATCH] chore(deps): update dependency golang to v1.18.3 --- .gitlab-ci.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1836653..cc59ae1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ default: - image: golang:1.16.5-alpine + image: golang:1.18.3-alpine stages: - lint diff --git a/Dockerfile b/Dockerfile index 9b5d159..1a93cb0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.16.5-alpine as builder +FROM golang:1.18.3-alpine as builder RUN apk update && \ apk add --no-cache git ca-certificates && \