Skip to content

Commit

Permalink
changing tag to alpine3-11 to fix OS version
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoag authored Nov 7, 2021
1 parent bdf6023 commit 54cea69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14-alpine as builder
FROM node:14-alpine3.11 as builder

WORKDIR /app

Expand All @@ -20,7 +20,7 @@ RUN yarn l10n:generate && \
##
##

FROM node:14-alpine
FROM node:14-alpine3.11

WORKDIR /fastboot

Expand Down

0 comments on commit 54cea69

Please sign in to comment.