Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
build: update docker to alpine3.20
  • Loading branch information
Trickfilm400 committed Jul 11, 2024
1 parent f4db6cc commit 3a4db27
Show file tree
Hide file tree
Showing 3 changed files with 200 additions and 195 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-alpine3.19 AS builder
FROM node:20-alpine3.20 AS builder

WORKDIR /build

Expand All @@ -8,7 +8,7 @@ RUN npm ci --fund=false
RUN npm run build
RUN npm ci --omit=dev --fund=false --audit=false

FROM node:20-alpine3.19
FROM node:20-alpine3.20

MAINTAINER Trickfilm400, [email protected]

Expand Down
Loading

0 comments on commit 3a4db27

Please sign in to comment.