Skip to content
Snippets Groups Projects
Commit 89d2983b authored by Alexis POYEN's avatar Alexis POYEN
Browse files

chore: upgrade docker tag image

parent efceba73
No related branches found
No related tags found
2 merge requests!15Release,!14CI: migrate from only/except to rules
Checking pipeline status
......@@ -4,7 +4,7 @@
# *********************************************************************************************
ARG DEPENDENCY_PROXY=
FROM ${DEPENDENCY_PROXY}node:20.10-alpine AS builder
FROM ${DEPENDENCY_PROXY}node:22.1-alpine AS builder
WORKDIR /app
......@@ -22,7 +22,7 @@ RUN npm install \
# *********************************************************************************************
ARG DEPENDENCY_PROXY=
FROM ${DEPENDENCY_PROXY}node:20.10-alpine
FROM ${DEPENDENCY_PROXY}node:22.1-alpine
# Sets timezone
RUN apk add --no-cache tzdata
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment