From 3424efb52e18efb012d07e83dd43e36b25748216 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 04:26:22 +0000 Subject: [PATCH] build(deps): bump fedora-minimal from 38 to 39 in /images/fedora Bumps fedora-minimal from 38 to 39. --- updated-dependencies: - dependency-name: fedora-minimal dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- images/fedora/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/fedora/Dockerfile b/images/fedora/Dockerfile index c969c041..fcdd038e 100644 --- a/images/fedora/Dockerfile +++ b/images/fedora/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM registry.fedoraproject.org/fedora-minimal:38 AS build +FROM registry.fedoraproject.org/fedora-minimal:39 AS build ARG GO_VERSION=go1.19.3 ENV GOPATH="/go" ENV PATH="$GOPATH/bin:$PATH" @@ -33,7 +33,7 @@ COPY . /work RUN GO=${GO_VERSION} make -FROM registry.fedoraproject.org/fedora-minimal:38 +FROM registry.fedoraproject.org/fedora-minimal:39 # TODO(jaosorior): See if we can run this without root USER root