Browse Source

Updated devcontainer base image version

master
chodak166 1 month ago
parent
commit
059a54bcfb
  1. 2
      .devcontainer/Dockerfile

2
.devcontainer/Dockerfile

@ -1,4 +1,4 @@
FROM rust:1.90.0 FROM rust:1.94.1-trixie
# Install basic development tools # Install basic development tools
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \

Loading…
Cancel
Save