Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Version bump & removal of commented line.
  • Loading branch information
Kaniska244 committed May 19, 2025
commit 81ff2a6294ab537528f837b4e15876b993adc945
1 change: 0 additions & 1 deletion src/universal/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#-------------------------------------------------------------------------------------------------------------

FROM ubuntu:noble
#FROM buildpack-deps:noble-curl

RUN if id "ubuntu" &>/dev/null; then \
echo "Deleting user 'ubuntu' for noble" && userdel -f -r ubuntu || echo "Failed to delete ubuntu user for noble"; \
Expand Down
6 changes: 3 additions & 3 deletions src/universal/manifest.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"version": "2.13.1",
"version": "2.14.0",
"build": {
"latest": true,
"rootDistro": "debian",
"tags": [
"universal:${VERSION}-focal",
"universal:${VERSION}-noble",
"universal:${VERSION}-linux",
"universal:${VERSION}"
]
},
"dependencies": {
"annotation": "This document describes the base contents of the Universal image. Note that this image also includes detection logic to dynamically install additional language / runtime versions based on your repository's contents. Dynamically installed content can be found in sub-folders under `/opt`.",
"image": "ubuntu:focal",
"image": "ubuntu:noble",
"imageLink": "https://hub.docker.com/_/ubuntu",
"apt": [
{
Expand Down