From 175dfc57c71c65761a3e182a8f753c32e2ce0542 Mon Sep 17 00:00:00 2001 From: strophy Date: Mon, 14 Mar 2022 19:39:14 +1100 Subject: [PATCH] chore: bump underlying image versions --- net/grpc/gateway/docker/prereqs/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/grpc/gateway/docker/prereqs/Dockerfile b/net/grpc/gateway/docker/prereqs/Dockerfile index a03684bf..84ab1acf 100644 --- a/net/grpc/gateway/docker/prereqs/Dockerfile +++ b/net/grpc/gateway/docker/prereqs/Dockerfile @@ -19,7 +19,7 @@ # Stage 1: Fetch binaries ###################################### # node:... Docker image is based on buildpack-deps:stretch -FROM buildpack-deps:stretch AS prepare +FROM buildpack-deps:bullseye AS prepare ARG BUILDIFIER_VERSION=5.0.1 ARG PROTOBUF_VERSION=3.19.4 @@ -51,7 +51,7 @@ RUN ./scripts/init_submodules.sh ###################################### # Stage 2: Copy source files and build ###################################### -FROM node:12.22.6-stretch AS copy-and-build +FROM node:16-bullseye AS copy-and-build ARG MAKEFLAGS=-j8 ARG BAZELISK_VERSION=1.11.0