chore(deps): bump mhart/alpine-node from 14 to 16 (#21)

Bumps mhart/alpine-node from 14 to 16.

---
updated-dependencies:
- dependency-name: mhart/alpine-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
This commit is contained in:
dependabot[bot]
2022-05-10 17:28:49 +02:00
committed by GitHub
co-authored by Ruben Fiszel
parent fda80f2563
commit 50a55c0cec
+1 -1
View File
@@ -19,7 +19,7 @@ RUN git clone -b master --single-branch https://github.com/google/nsjail.git . \
&& git checkout dccf911fd2659e7b08ce9507c25b2b38ec2c5800
RUN make
FROM mhart/alpine-node:14 as frontend
FROM mhart/alpine-node:16 as frontend
# install dependencies
WORKDIR /frontend