Skip to content

Commit 4d866a6

Browse files
committed
fix: Correct Ubuntu version format in Dockerfile
1 parent 395cc79 commit 4d866a6

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
# DevOps OS dev container (Ubuntu LTS optimized)
2-
FROM mcr.microsoft.com/devcontainers/base:ubuntu-24.04
2+
FROM mcr.microsoft.com/devcontainers/base:ubuntu24.04
33

44
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
55

0 commit comments

Comments
 (0)