Skip to content

Commit

Permalink
Upgrade dependencies; Node.js to v20 in client build
Browse files Browse the repository at this point in the history
I rolled back to v18 a while ago due to some Docker for Mac issues that
should be resolved now. With v21 out this week, I think it makes sense
to try the latest available LTS again.
  • Loading branch information
ahamlinman committed Oct 22, 2023
1 parent 836f987 commit d13b99b
Show file tree
Hide file tree
Showing 4 changed files with 205 additions and 181 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
ARG ALPINE_BASE=docker.io/library/alpine:3.18
ARG GOLANG_BASE=docker.io/library/golang:1.21-alpine3.18
# The Node.js image does not require any particular OS.
ARG NODEJS_BASE=docker.io/library/node:18-alpine
ARG NODEJS_BASE=docker.io/library/node:20-alpine
# See https://gstreamer.freedesktop.org/download/.
ARG GSTREAMER_VERSION=1.22.6

Expand Down
Loading

0 comments on commit d13b99b

Please sign in to comment.