Skip to content
This repository was archived by the owner on Jan 12, 2025. It is now read-only.

Commit d5ca720

Browse files
feat: new nanolayer version for apt-get-packages and apt-packages features (#507)
1 parent 0c1d2bd commit d5ca720

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/apt-get-packages/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "apt-get-packages",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"name": "apt-get packages (for Debian/Ubuntu)",
55
"documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/apt-get-packages",
66
"description": "apt-get is a command line tool for interacting with the Advanced Package Tool (APT) library (a package management system for Linux distributions).",

src/apt-get-packages/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ source ./library_scripts.sh
99
# `ensure_nanolayer` is a bash function that will find any existing nanolayer installations,
1010
# and if missing - will download a temporary copy that automatically get deleted at the end
1111
# of the script
12-
ensure_nanolayer nanolayer_location "v0.4.29"
12+
ensure_nanolayer nanolayer_location "v0.4.46"
1313

1414

1515

src/apt-packages/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "apt-packages",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"name": "apt packages (for Debian/Ubuntu)",
55
"documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/apt-packages",
66
"description": "Advanced package tool, or APT, is a free-software user interface that works with core libraries to handle the installation and removal of software on Debian and Debian-based Linux distributions.",

src/apt-packages/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ source ./library_scripts.sh
99
# `ensure_nanolayer` is a bash function that will find any existing nanolayer installations,
1010
# and if missing - will download a temporary copy that automatically get deleted at the end
1111
# of the script
12-
ensure_nanolayer nanolayer_location "v0.4.29"
12+
ensure_nanolayer nanolayer_location "v0.4.46"
1313

1414

1515

0 commit comments

Comments
 (0)