Skip to content

Commit

Permalink
APIGOV-26871 - fi
Browse files Browse the repository at this point in the history
  • Loading branch information
dfeldickgit committed Dec 13, 2023
1 parent d39755a commit 4601ced
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion discovery/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN chown -R axway:axway /go/src/github.com/Axway/agents-apigee/discovery/bin/ap
USER axway

# alpine 3.18 linux/amd64
FROM docker.io@alpine@sha256:d695c3de6fcd8cfe3a6222b0358425d40adfd129a8a47c3416faff1a8aece389
FROM docker.io/alpine@sha256:d695c3de6fcd8cfe3a6222b0358425d40adfd129a8a47c3416faff1a8aece389

COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
COPY --from=builder /etc/passwd /etc/passwd
Expand Down
2 changes: 1 addition & 1 deletion traceability/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN chown -R axway:axway /go/src/github.com/Axway/agents-apigee/traceability/bin
USER axway

# alpine 3.18 linux/amd64
FROM docker.io@alpine@sha256:d695c3de6fcd8cfe3a6222b0358425d40adfd129a8a47c3416faff1a8aece389
FROM docker.io/alpine@sha256:d695c3de6fcd8cfe3a6222b0358425d40adfd129a8a47c3416faff1a8aece389

COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
COPY --from=builder /etc/passwd /etc/passwd
Expand Down

0 comments on commit 4601ced

Please sign in to comment.