Skip to content

Commit

Permalink
ar(fix) [DPT-NAN]: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloreale committed Jan 5, 2025
1 parent 66a7784 commit 6c34ff0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
FROM node:20-alpine AS base
FROM node:20-alpine3.16 AS base

# Install dependencies only when needed
FROM base AS deps
# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.
RUN apk add --no-cache libc6-compat
RUN apk add --no-cache openssl1.1-compat

WORKDIR /app
ARG NEXUS_STANDALONE
Expand Down

0 comments on commit 6c34ff0

Please sign in to comment.