From e092daa6670fe7bb8f2df6ca52d01699cd20957c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 23:36:05 +0000 Subject: [PATCH] Bump alpine from 3.12 to 3.20 in /build/plugins Bumps alpine from 3.12 to 3.20. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build/plugins/Dockerfile | 2 +- build/plugins/ransim.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/plugins/Dockerfile b/build/plugins/Dockerfile index c796ab9b..ba3191a7 100644 --- a/build/plugins/Dockerfile +++ b/build/plugins/Dockerfile @@ -15,7 +15,7 @@ WORKDIR /build RUN GOFLAGS=-mod=vendor CGO_ENABLED=1 go build -o ${PLUGIN_MAKE_TARGET}.so.${PLUGIN_MAKE_VERSION} \ -buildmode=plugin github.com/onosproject/onos-e2-sm/servicemodels/${PLUGIN_MAKE_TARGET} -FROM alpine:3.12 +FROM alpine:3.20 ARG PLUGIN_MAKE_TARGET ARG PLUGIN_MAKE_VERSION COPY --from=pluginbuild /build/${PLUGIN_MAKE_TARGET}.so.${PLUGIN_MAKE_VERSION} / diff --git a/build/plugins/ransim.Dockerfile b/build/plugins/ransim.Dockerfile index 07ef14ef..f1b8598e 100644 --- a/build/plugins/ransim.Dockerfile +++ b/build/plugins/ransim.Dockerfile @@ -20,7 +20,7 @@ RUN cd /go/src/github.com/onosproject/ran-simulator && \ CGO_ENABLED=1 go build -o build/_output/${PLUGIN_MAKE_TARGET}.so.${PLUGIN_MAKE_VERSION} \ -buildmode=plugin github.com/onosproject/onos-e2-sm/servicemodels/${PLUGIN_MAKE_TARGET} -FROM alpine:3.12 +FROM alpine:3.20 ARG PLUGIN_MAKE_TARGET ARG PLUGIN_MAKE_VERSION COPY --from=pluginbuild /go/src/github.com/onosproject/ran-simulator/build/_output/${PLUGIN_MAKE_TARGET}.so.${PLUGIN_MAKE_VERSION} /