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

Commit

Permalink
fix: latest version of libc6
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgfr committed Jan 28, 2022
1 parent b9ad0be commit 96ae1e0
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
@@ -1,6 +1,6 @@
# Install dependencies only when needed
FROM node:16-alpine AS deps
RUN apk add --no-cache libc6-compat
RUN apk add --no-cache libc6-compat=1.2.2-r7
WORKDIR /app
COPY package.json yarn.lock ./
RUN yarn install --frozen-lockfile
Expand Down

0 comments on commit 96ae1e0

Please sign in to comment.