Skip to content

Commit

Permalink
Merge pull request #26 from luthersystems/cpeoples/Update_node_version
Browse files Browse the repository at this point in the history
Update node version
  • Loading branch information
Craigp10 committed Jul 31, 2023
2 parents 57ec624 + 519443e commit ba6cd98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/Dockerfile.build-js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN curl -fsSL -o awscliv2.zip "https://awscli.amazonaws.com/awscli-exe-linux-$(
RUN curl -fsSL -o awscliv2.sig "https://awscli.amazonaws.com/awscli-exe-linux-$(uname -m)-${AWSCLI_VER}.zip.sig"
RUN gpg --verify awscliv2.sig awscliv2.zip

FROM node:14.19-bullseye
FROM node:20.5.0-bullseye
MAINTAINER Sam Wood <sam.wood@luthersystems.com>

RUN apt-get update && apt-get install --no-install-recommends -y libltdl-dev rsync zip git-lfs tini ca-certificates docker.io apt-transport-https lsb-release gnupg python2 python2-dev groff && rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit ba6cd98

Please sign in to comment.