Skip to content

Commit

Permalink
Updated Dockerfile to node 20 and latest ubuntu.
Browse files Browse the repository at this point in the history
  • Loading branch information
harmen-xb committed Jul 5, 2024
1 parent 1e0721f commit f58d931
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# We use the Node-16 on Debian Bullseye.
ARG VARIANT="16-bullseye"
FROM mcr.microsoft.com/devcontainers/typescript-node:0-${VARIANT}
ARG VARIANT="20-bookworm"
FROM mcr.microsoft.com/devcontainers/typescript-node:${VARIANT}

# Install OS packages needed for building Theia.
RUN apt-get update \
Expand Down

0 comments on commit f58d931

Please sign in to comment.