We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7e705e commit a6c47e0Copy full SHA for a6c47e0
Dockerfile
@@ -21,7 +21,7 @@ COPY . ./
21
RUN CGO_ENABLED=0 GOOS=linux GOARCH=${TARGETARCH} GO111MODULE=on go build -mod vendor -a -o dist/onic ./main.go
22
23
# For Open source
24
-FROM oraclelinux:7-slim
+FROM oraclelinux:8-slim
25
26
LABEL author="OKE Foundations Team"
27
0 commit comments