Skip to content

Commit

Permalink
Update Docker image to Node.js 16
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismayer committed Oct 12, 2023
1 parent 03f01a3 commit a03888b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:13-alpine
FROM node:16-alpine

ENV GS_CHECKER_BASEURL=$GS_CHECKER_BASEURL
ENV GS_CHECKER_USER=$GS_CHECKER_USER
Expand All @@ -13,8 +13,6 @@ RUN set -x \
&& apk update \
&& apk upgrade \
&& apk add --no-cache \
udev \
ttf-freefont \
chromium

WORKDIR /opt
Expand Down

0 comments on commit a03888b

Please sign in to comment.