From 8267f4c3bb2d06e4943788692a8fc000cc640a4c Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Mon, 25 Jul 2022 22:57:48 +0200 Subject: [PATCH] bump golang to 1.18, node to 16 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index dacf8cce..6c5d76ce 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ -BASE_IMAGE = golang:1.17-alpine3.14 +BASE_IMAGE = golang:1.18-alpine3.15 LINT_IMAGE = golangci/golangci-lint:v1.45.2 -NODE_IMAGE = node:14-alpine3.14 +NODE_IMAGE = node:16-alpine3.15 .PHONY: $(shell ls)