Skip to content

Commit 557b51b

Browse files
Bump alpine from 3.16 to 3.18 (omec-project#98)
Bumps alpine from 3.16 to 3.18. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 10c09f6 commit 557b51b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN cd $GOPATH/src && mkdir -p gnbsim
1212
COPY . $GOPATH/src/gnbsim
1313
RUN cd $GOPATH/src/gnbsim && go build -mod=vendor
1414

15-
FROM alpine:3.16 AS gnbsim
15+
FROM alpine:3.18 AS gnbsim
1616
RUN apk update && apk add -U gcompat vim strace net-tools curl netcat-openbsd bind-tools bash tcpdump
1717

1818
RUN mkdir -p /gnbsim/bin

0 commit comments

Comments
 (0)