Skip to content

Commit

Permalink
chore: update container images
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 11, 2024
1 parent 085bc2e commit fea10a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ENV GOPATH=/go
ENV PATH=${PATH}:/usr/local/go/bin

# runs markdownlint
FROM docker.io/oven/bun:1.1.17-alpine AS lint-markdown
FROM docker.io/oven/bun:1.1.18-alpine AS lint-markdown
WORKDIR /src
RUN bun i [email protected] [email protected]
COPY .markdownlint.json .
Expand Down
4 changes: 2 additions & 2 deletions hack/compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ services:

vault-dev:
container_name: local-vault
image: hashicorp/vault:1.15
image: hashicorp/vault:1.17
environment:
- VAULT_DEV_ROOT_TOKEN_ID=dev-o-token
cap_add:
Expand All @@ -68,7 +68,7 @@ services:
- vault-dev
restart: on-failure
container_name: local-vault-init
image: hashicorp/vault:1.15
image: hashicorp/vault:1.17
volumes:
- ../../internal/backend/runtime/omni/testdata/pgp/new_key.private:/tmp/key.private:ro
environment:
Expand Down

0 comments on commit fea10a4

Please sign in to comment.