Skip to content

Commit

Permalink
updating dockerFile version
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusviniciusLsantos committed Jan 9, 2025
1 parent 53e34de commit 79ca69b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# syntax = docker/dockerfile:1

ARG NODE_VERSION="18.18.0"
ARG BASE_VERSION="alpine3.17"
ARG NODE_VERSION="18.19.1"
ARG BASE_VERSION="alpine3.19"

FROM node:${NODE_VERSION}-${BASE_VERSION} as builder

Expand Down

0 comments on commit 79ca69b

Please sign in to comment.