Skip to content

Commit 894eaa7

Browse files
Bump spiffe/spire-agent from 1.15.0 to 1.15.1 in /docker (#54)
Bumps spiffe/spire-agent from 1.15.0 to 1.15.1. --- updated-dependencies: - dependency-name: spiffe/spire-agent dependency-version: 1.15.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7438c04 commit 894eaa7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker/Dockerfile.backend-spiffe

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Backend with SPIFFE Agent Sidecar
22
# Runs the backend inside the agent container for proper workload attestation
33

4-
FROM ghcr.io/spiffe/spire-agent:1.15.0 AS spire-agent
4+
FROM ghcr.io/spiffe/spire-agent:1.15.1 AS spire-agent
55
FROM ghcr.io/spiffe/spire-server:1.15.0 AS spire-server
66

77
# Build backend

docker/Dockerfile.fly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ RUN ./palette-indexer -content /content -out /app/palette.db && \
4848
# ============================================
4949
# Stage 3: Get SPIRE binaries
5050
# ============================================
51-
FROM ghcr.io/spiffe/spire-agent:1.15.0 AS spire-agent
51+
FROM ghcr.io/spiffe/spire-agent:1.15.1 AS spire-agent
5252

5353
# ============================================
5454
# Stage 4: Production Image with SPIRE Agent

0 commit comments

Comments
 (0)