Skip to content

Commit

Permalink
update node version to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
murat-dogan committed Nov 24, 2024
1 parent 7927dd7 commit f4a982f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-containers/Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG version=3.16
ARG node_version=16
ARG node_version=18
FROM node:${node_version}-alpine${version}
RUN apk add build-base openssl-libs-static openssl-dev

Expand Down
2 changes: 1 addition & 1 deletion build-containers/Dockerfile.debian
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG version=bullseye
ARG node_version=16
ARG node_version=18
FROM node:${node_version}-${version}
RUN apt update
RUN apt install -y build-essential libssl-dev
Expand Down

0 comments on commit f4a982f

Please sign in to comment.