Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
fix: fix alpine build
Browse files Browse the repository at this point in the history
  • Loading branch information
achauve committed Jul 17, 2023
1 parent 0a68ebf commit fd4174a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG NODE_VERSION=16-alpine3.16

# Install dependencies only when needed
FROM node:$NODE_VERSION AS prepare
RUN apk add --no-cache libc6-compat=1.2.3-r2
RUN apk add --no-cache libc6-compat=1.2.3-r3
WORKDIR /app
COPY package.json yarn.lock ./

Expand Down

0 comments on commit fd4174a

Please sign in to comment.