From 4ebd1aee479d7fa9e4ae3f81a38154311beb3109 Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Wed, 20 Nov 2024 02:35:28 -0300 Subject: [PATCH] Update README with 0.7.3 --- README.md | 2 +- example.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b86de4b..3c13a0c 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ USER root # Replace with your non-root user name ARG USERNAME="rootless" # Replace with a git tag -ARG FIXDOCKERGID_VERSION="0.7.2" +ARG FIXDOCKERGID_VERSION="0.7.3" RUN curl -fsSL "https://github.com/felipecrs/fixdockergid/raw/v${FIXDOCKERGID_VERSION}/install.sh" | sh - diff --git a/example.Dockerfile b/example.Dockerfile index 30e6bfa..fc2f24e 100644 --- a/example.Dockerfile +++ b/example.Dockerfile @@ -24,7 +24,7 @@ RUN \ && rm -rf /var/lib/apt/lists/* # Replace with a git tag -ARG FIXDOCKERGID_VERSION="0.7.2" +ARG FIXDOCKERGID_VERSION="0.7.3" # You must also set ARG USERNAME RUN curl -fsSL "https://github.com/felipecrs/fixdockergid/raw/v${FIXDOCKERGID_VERSION}/install.sh" | sh -