From e1573fb0c54ef2926de490f8b6f93caf744592fa Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 06:58:39 +0000 Subject: [PATCH 1/2] chore: Update the value of the base image (ARG ALPINE_TAG) in the doc... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ker-bake.hcl Made with ❤️️ by updatecli --- docker-bake.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-bake.hcl b/docker-bake.hcl index 070900210..2daff60fe 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -85,7 +85,7 @@ variable "ON_TAG" { } variable "ALPINE_FULL_TAG" { - default = "3.20.1" + default = "3.20.2" } variable "ALPINE_SHORT_TAG" { From 7e956b4a0a681725bdd602af50a88b814a0e7b02 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 06:58:40 +0000 Subject: [PATCH 2/2] chore: Update the value of the base image (ARG ALPINE_TAG) in the Doc... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... kerfile Made with ❤️️ by updatecli --- alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alpine/Dockerfile b/alpine/Dockerfile index ddbb1709f..e1241f4d1 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -19,7 +19,7 @@ # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -ARG ALPINE_TAG=3.20.1 +ARG ALPINE_TAG=3.20.2 FROM alpine:"${ALPINE_TAG}" AS jre-build SHELL ["/bin/ash", "-eo", "pipefail", "-c"]