Merge branch 'vs/bump-nodejs-for-apollo-image' into 'master'

Bump Node.js version to 16.14 for Apollo container

See merge request gitlab-org/gitlab-build-images!511
This commit is contained in:
Rémy Coutable 2022-03-28 17:22:46 +00:00
commit 1886891da3

View file

@ -1,4 +1,4 @@
FROM node:14.18-alpine3.14
FROM node:16.14-alpine3.14
RUN apk update \
&& apk add --no-cache git