Skip to content

Commit

Permalink
update alpine base image to v3.18 (spiffe#4598)
Browse files Browse the repository at this point in the history
Signed-off-by: Barry Melbourne <[email protected]>
  • Loading branch information
bmelbourne authored Oct 25, 2023
1 parent 8fda5ae commit 072b6cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/integration/suites/nested-rotation/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.17 as nested-agent-alpine
FROM alpine:3.18 as nested-agent-alpine
RUN apk add --no-cache --update openssl
COPY --from=spire-agent:latest-local /opt/spire/bin/spire-agent /opt/spire/bin/spire-agent
ENTRYPOINT ["/opt/spire/bin/spire-agent", "run"]
2 changes: 1 addition & 1 deletion test/integration/suites/spire-server-cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.17 AS spire-server-alpine
FROM alpine:3.18 AS spire-server-alpine
RUN apk add --no-cache --update openssl
COPY --from=spire-server:latest-local /opt/spire/bin/spire-server /opt/spire/bin/spire-server
ENTRYPOINT ["/opt/spire/bin/spire-server", "run"]

0 comments on commit 072b6cb

Please sign in to comment.