From 8201737a8ac37fa59b24c1165b9e03ad52d4e17a Mon Sep 17 00:00:00 2001 From: Thibault VINCENT Date: Mon, 10 Jul 2023 15:18:30 +0200 Subject: [PATCH] feat(container): bump Busybox base image to version 1.36.1 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d88c597..f43f08d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -403,7 +403,7 @@ jobs: WORKSPACE: ${{ github.workspace }} REPOSITORY: ${{ github.repository }} OCI_ALPINE_VERSION: '3.18.2' - OCI_BUSYBOX_VERSION: '1.36.0-uclibc' + OCI_BUSYBOX_VERSION: '1.36.1-uclibc' VERSION: ${{ needs.release.outputs.version }} PRERELEASE: ${{ needs.release.outputs.prerelease }} REVISION: ${{ github.sha }}