Skip to content

Commit

Permalink
bump docker container
Browse files Browse the repository at this point in the history
Signed-off-by: Johan Haals <[email protected]>
  • Loading branch information
jhaals committed Dec 3, 2024
1 parent fe67b0c commit 23ccbbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM golang:buster as app
FROM golang:bookworm AS app
RUN mkdir -p /yopass
WORKDIR /yopass
COPY . .
RUN go build ./cmd/yopass && go build ./cmd/yopass-server

FROM node:18 as website
FROM node:18 AS website
COPY website /website
WORKDIR /website
RUN yarn install --network-timeout 600000 && yarn build
Expand Down

0 comments on commit 23ccbbb

Please sign in to comment.