Skip to content

Commit

Permalink
feat: new nanolayer version for apt-get-packages and apt-packages fea…
Browse files Browse the repository at this point in the history
…tures
  • Loading branch information
danielbraun89 authored Aug 20, 2023
1 parent 0c1d2bd commit e7ce2cb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/apt-get-packages/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "apt-get-packages",
"version": "1.0.5",
"version": "1.0.6",
"name": "apt-get packages (for Debian/Ubuntu)",
"documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/apt-get-packages",
"description": "apt-get is a command line tool for interacting with the Advanced Package Tool (APT) library (a package management system for Linux distributions).",
Expand Down
2 changes: 1 addition & 1 deletion src/apt-get-packages/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source ./library_scripts.sh
# `ensure_nanolayer` is a bash function that will find any existing nanolayer installations,
# and if missing - will download a temporary copy that automatically get deleted at the end
# of the script
ensure_nanolayer nanolayer_location "v0.4.29"
ensure_nanolayer nanolayer_location "v0.4.46"



Expand Down
2 changes: 1 addition & 1 deletion src/apt-packages/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "apt-packages",
"version": "1.0.3",
"version": "1.0.4",
"name": "apt packages (for Debian/Ubuntu)",
"documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/apt-packages",
"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.",
Expand Down
2 changes: 1 addition & 1 deletion src/apt-packages/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source ./library_scripts.sh
# `ensure_nanolayer` is a bash function that will find any existing nanolayer installations,
# and if missing - will download a temporary copy that automatically get deleted at the end
# of the script
ensure_nanolayer nanolayer_location "v0.4.29"
ensure_nanolayer nanolayer_location "v0.4.46"



Expand Down

0 comments on commit e7ce2cb

Please sign in to comment.