Skip to content

Commit

Permalink
Update trust-packages
Browse files Browse the repository at this point in the history
Signed-off-by: terashima <[email protected]>
  • Loading branch information
terassyi committed Nov 13, 2024
1 parent 1496992 commit 06a10cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions trust-packages/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# trust-packages container

# Stage1: build from source
FROM ghcr.io/cybozu/golang:1.22-jammy AS build
FROM ghcr.io/cybozu/golang:1.23-jammy AS build

ARG TRUST_MANAGER_VERSION=0.12.0
ARG TRUST_MANAGER_VERSION=0.13.0
WORKDIR /work
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN curl -fsSL https://github.com/cert-manager/trust-manager/archive/v${TRUST_MANAGER_VERSION}.tar.gz | \
Expand Down
2 changes: 1 addition & 1 deletion trust-packages/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.12.0.1
0.13.0.1

0 comments on commit 06a10cf

Please sign in to comment.