Chore: Move to node 18 again (#62079)

move to node 18 again
This commit is contained in:
Ashley Harrison
2023-01-26 10:19:39 +00:00
committed by GitHub
parent 9f7ddf1f0b
commit 64352e8d08
11 changed files with 233 additions and 231 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1
ARG BASE_IMAGE=alpine:3.15
ARG JS_IMAGE=node:16-alpine3.15
ARG JS_IMAGE=node:18-alpine3.15
ARG GO_IMAGE=golang:1.19.4-alpine3.17
ARG GO_SRC=go-builder