Skip to content

Commit

Permalink
Merge pull request #363 from amityt/cherry-pick-docker-pulls
Browse files Browse the repository at this point in the history
[cherry-pick]: Docker pull changes
  • Loading branch information
Jonsy13 authored Jul 10, 2023
2 parents a1277f0 + 3edb67e commit 6404262
Show file tree
Hide file tree
Showing 22 changed files with 34,732 additions and 10,766 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.client
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# build environment
FROM node:alpine as build
FROM node:16.14.2 as build
WORKDIR /app
ENV PATH /app/node_modules/.bin:$PATH
COPY app/client/package.json /app/package.json
RUN npm install
RUN npm install --legacy-peer-deps
COPY app/client /app
RUN npm run build

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.server
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.14 AS builder
FROM golang:1.19 AS builder

WORKDIR $GOPATH/src/github.com/litmuschaos/charthub.litmuschaos.io/app/server

Expand Down
Loading

0 comments on commit 6404262

Please sign in to comment.