Skip to content

Commit

Permalink
PR request
Browse files Browse the repository at this point in the history
  • Loading branch information
adriang-90 committed Apr 10, 2022
1 parent 9a904cb commit 21480ea
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:16 AS client_builder
FROM node:15.11.0-alpine AS client_builder

WORKDIR /app

Expand All @@ -8,7 +8,7 @@ RUN yarn install --immutable && \
yarn build && \
yarn cache clean

FROM golang:1.18-alpine AS go_builder
FROM golang:1.17.8-alpine AS go_builder

LABEL maintainer="Sundowndev" \
org.label-schema.name="phoneinfoga" \
Expand Down

0 comments on commit 21480ea

Please sign in to comment.