Skip to content

Commit

Permalink
fix(deps): npm update
Browse files Browse the repository at this point in the history
  • Loading branch information
a-wing committed Aug 27, 2023
1 parent 61eaa5e commit cf4cd8d
Show file tree
Hide file tree
Showing 2 changed files with 251 additions and 210 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine as builder-node
FROM node:20-alpine as builder-node

WORKDIR /app

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

RUN npm run build

FROM golang:1.18-buster AS builder
FROM golang:1.20-bookworm AS builder

WORKDIR /app

Expand Down
Loading

0 comments on commit cf4cd8d

Please sign in to comment.