Skip to content

Commit

Permalink
build-n-push_v5
Browse files Browse the repository at this point in the history
  • Loading branch information
gino-20 committed Apr 1, 2024
1 parent 5b5603f commit 69bbcf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
id: get-short

- name: Build image web and push it
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
push: true
file: Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM node:20.10.0-alpine as base

FROM base AS deps
# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.
RUN apk add --no-cache libc6-compat git
RUN apk add --no-cache libc6-compat
WORKDIR /app

COPY package.json yarn.lock ./
Expand Down

0 comments on commit 69bbcf6

Please sign in to comment.