Skip to content

Commit 32fe10c

Browse files
Bump alpine from 3.12 to 3.19 in /build/plugins
Bumps alpine from 3.12 to 3.19. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ef4b3dd commit 32fe10c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build/plugins/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ WORKDIR /build
1515
RUN GOFLAGS=-mod=vendor CGO_ENABLED=1 go build -o ${PLUGIN_MAKE_TARGET}.so.${PLUGIN_MAKE_VERSION} \
1616
-buildmode=plugin github.com/onosproject/onos-e2-sm/servicemodels/${PLUGIN_MAKE_TARGET}
1717

18-
FROM alpine:3.12
18+
FROM alpine:3.19
1919
ARG PLUGIN_MAKE_TARGET
2020
ARG PLUGIN_MAKE_VERSION
2121
COPY --from=pluginbuild /build/${PLUGIN_MAKE_TARGET}.so.${PLUGIN_MAKE_VERSION} /

build/plugins/ransim.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN cd /go/src/github.com/onosproject/ran-simulator && \
2020
CGO_ENABLED=1 go build -o build/_output/${PLUGIN_MAKE_TARGET}.so.${PLUGIN_MAKE_VERSION} \
2121
-buildmode=plugin github.com/onosproject/onos-e2-sm/servicemodels/${PLUGIN_MAKE_TARGET}
2222

23-
FROM alpine:3.12
23+
FROM alpine:3.19
2424
ARG PLUGIN_MAKE_TARGET
2525
ARG PLUGIN_MAKE_VERSION
2626
COPY --from=pluginbuild /go/src/github.com/onosproject/ran-simulator/build/_output/${PLUGIN_MAKE_TARGET}.so.${PLUGIN_MAKE_VERSION} /

0 commit comments

Comments
 (0)