Skip to content

Commit

Permalink
chore(deps) update demo server dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: David Edler <[email protected]>
  • Loading branch information
edlerd committed Jan 9, 2025
1 parent a451123 commit 8fecf37
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,5 +1,5 @@
# Build js / css
FROM node:21 AS yarn-dependencies
FROM node:23 AS yarn-dependencies
WORKDIR /srv
COPY . .
RUN yarn --network-concurrency 2
Expand All @@ -10,7 +10,7 @@ RUN mv entrypoint /srv/deploy/
RUN mv haproxy-demo.cfg /srv/deploy/

# Build the demo image
FROM ubuntu:jammy
FROM ubuntu:noble

# Set up environment
ENV LANG C.UTF-8
Expand Down

0 comments on commit 8fecf37

Please sign in to comment.