Skip to content

Commit

Permalink
Merge pull request #1172 from balena-os/vipulgupta2048/alpine-fix
Browse files Browse the repository at this point in the history
Client: Update alpine packages before installing packages
  • Loading branch information
flowzone-app[bot] authored May 23, 2024
2 parents 5a542b1 + 88ed750 commit a16523d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM node:18.16.0-alpine3.16
WORKDIR /usr/src/app

# hadolint ignore=DL3018
RUN apk add --no-cache bash git
RUN apk update && apk upgrade && apk add --no-cache bash git

COPY package* ./
RUN npm ci
Expand Down

0 comments on commit a16523d

Please sign in to comment.