Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
Update etc modules
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 13, 2022
1 parent b01fe14 commit 15e3e87
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].2
-
# https://github.com/actions/checkout/issues/6
name: Fix detached HEAD
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.15.0
FROM alpine:3.15.4

RUN apk add --no-cache ca-certificates

Expand Down
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ require (
github.com/giantswarm/vaultcrt v0.2.0
github.com/giantswarm/vaultpki v0.2.0
github.com/giantswarm/vaultrole v0.2.0
github.com/hashicorp/vault/api v1.3.1
github.com/prometheus/client_golang v1.12.1
github.com/spf13/viper v1.10.1
github.com/stretchr/testify v1.7.0
github.com/hashicorp/vault/api v1.5.0
github.com/prometheus/client_golang v1.12.2
github.com/spf13/viper v1.11.0
github.com/stretchr/testify v1.7.1
k8s.io/api v0.22.2
k8s.io/apimachinery v0.22.2
k8s.io/client-go v0.22.2
Expand Down

0 comments on commit 15e3e87

Please sign in to comment.