Skip to content

Commit fb313c4

Browse files
BUMP spiffe/spire-agent from 1.14.6 to 1.15.0 in /docker (#41)
Bumps spiffe/spire-agent from 1.14.6 to 1.15.0. --- updated-dependencies: - dependency-name: spiffe/spire-agent dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mason Parle <72536532+ParleSec@users.noreply.github.com>
1 parent 6cc05cc commit fb313c4

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.14.6 AS spire-agent
4+
FROM ghcr.io/spiffe/spire-agent:1.15.0 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.14.6 AS spire-agent
51+
FROM ghcr.io/spiffe/spire-agent:1.15.0 AS spire-agent
5252

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

0 commit comments

Comments
 (0)