Skip to content

Commit 87904d0

Browse files
committed
chore: change base image
1 parent 1da75fc commit 87904d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Dev container Dockerfile
2-
FROM mcr.microsoft.com/devcontainers/python:3.12-bullseye
2+
FROM mcr.microsoft.com/devcontainers/universal:4-noble
33

44
# Install essential utilities including coreutils
55
RUN apt-get update && apt-get install -y \

0 commit comments

Comments
 (0)