Skip to content

Commit

Permalink
Working on docker
Browse files Browse the repository at this point in the history
  • Loading branch information
devcshort committed Jun 5, 2024
1 parent 31ae84d commit c1d8d71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: build_docker

on:
push:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:lts-alpine as base
FROM node:20.14.0-alpine3.20 as base

WORKDIR /app

Expand All @@ -20,7 +20,7 @@ COPY . .

RUN npm run build

FROM node:lts-alpine as runtime
FROM node:20.14.0-alpine3.20 as runtime

WORKDIR /app

Expand Down

0 comments on commit c1d8d71

Please sign in to comment.