updates baseimage
This commit is contained in:
parent
8d1b95d392
commit
0369fad18c
@ -64,7 +64,7 @@ spec:
|
|||||||
stage("Kaniko Build & Push") {
|
stage("Kaniko Build & Push") {
|
||||||
container ("kaniko") {
|
container ("kaniko") {
|
||||||
def dockerfile = """
|
def dockerfile = """
|
||||||
FROM quay.io/coreos/clair-jwt:v2.0.8
|
FROM quay.io/coreos/clair-jwt:v2.1.3-alpine
|
||||||
COPY ${caName} /usr/local/share/ca-certificates/
|
COPY ${caName} /usr/local/share/ca-certificates/
|
||||||
RUN update-ca-certificates --fresh
|
RUN update-ca-certificates --fresh
|
||||||
"""
|
"""
|
||||||
|
Reference in New Issue
Block a user