Skip to content

Commit

Permalink
chore: bump underlying image versions
Browse files Browse the repository at this point in the history
  • Loading branch information
strophy committed Mar 14, 2022
1 parent 73bf94e commit 175dfc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/grpc/gateway/docker/prereqs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 175dfc5

Please sign in to comment.