Skip to content

Commit

Permalink
Merge pull request #1091 from cybozu/sealed-secrets-0.22.0
Browse files Browse the repository at this point in the history
update sealed-secrets to 0.22.0
  • Loading branch information
yokaze authored Sep 22, 2023
2 parents a588cad + 832f074 commit 3d71368
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion sealed-secrets/BRANCH
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.19
0.22
4 changes: 2 additions & 2 deletions sealed-secrets/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Build stage
FROM quay.io/cybozu/golang:1.19-focal AS build
FROM quay.io/cybozu/golang:1.21-jammy AS build

ARG SEALED_SECRETS_VERSION=0.19.5
ARG SEALED_SECRETS_VERSION=0.22.0

RUN curl -sLf -o sealed-secrets.tar.gz https://github.com/bitnami-labs/sealed-secrets/archive/v${SEALED_SECRETS_VERSION}.tar.gz \
&& tar --strip-components=1 -xzf sealed-secrets.tar.gz \
Expand Down
2 changes: 1 addition & 1 deletion sealed-secrets/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.19.5.1
0.22.0.1
4 changes: 2 additions & 2 deletions serf/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# serf container

# Stage1: build from source
FROM quay.io/cybozu/golang:1.19-focal AS build
FROM quay.io/cybozu/golang:1.21-jammy AS build

ARG SERF_VERSION=0.10.1

Expand All @@ -15,7 +15,7 @@ WORKDIR /go/src/github.com/hashicorp/serf
RUN go install -ldflags="-w -s" ./...

# Stage2: setup runtime container
FROM quay.io/cybozu/ubuntu:20.04
FROM quay.io/cybozu/ubuntu:22.04

RUN apt-get update \
&& apt-get -y install --no-install-recommends \
Expand Down
2 changes: 1 addition & 1 deletion serf/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.1.2
0.10.1.3

0 comments on commit 3d71368

Please sign in to comment.