Skip to content

Commit

Permalink
Update to bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
martenrichter committed Mar 29, 2024
1 parent 3e01613 commit 192ddf3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:1.2
FROM node:18-bullseye
FROM node:18-bookworm

ARG ENV

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.development
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# syntax = docker/dockerfile:1.2
FROM node:18-bullseye
FROM node:18-bookworm

ARG ENV

RUN apt-get update -y && apt-get upgrade -y && apt-get install -y clang-9 cmake build-essential perl6 golang ninja-build && npm_config_yes=true npx playwright install-deps
RUN apt-get update -y && apt-get upgrade -y && apt-get install -y clang cmake build-essential perl6 golang ninja-build && npm_config_yes=true npx playwright install-deps


#WORKDIR /usr/src/webtransport
Expand Down

0 comments on commit 192ddf3

Please sign in to comment.