Skip to content

Commit a6c47e0

Browse files
committed
update base docker image to OL8
1 parent a7e705e commit a6c47e0

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
@@ -21,7 +21,7 @@ COPY . ./
2121
RUN CGO_ENABLED=0 GOOS=linux GOARCH=${TARGETARCH} GO111MODULE=on go build -mod vendor -a -o dist/onic ./main.go
2222

2323
# For Open source
24-
FROM oraclelinux:7-slim
24+
FROM oraclelinux:8-slim
2525

2626
LABEL author="OKE Foundations Team"
2727

0 commit comments

Comments
 (0)