Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
Bump docker-buildx-setup and vaultwarden to 1.29.0.

Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
frezbo committed Jul 10, 2023
1 parent 50acd1d commit 55b29b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Set up QEMU
uses: docker/[email protected]
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2.8.0
uses: docker/setup-buildx-action@v2.9.0
- name: Login to GHCR
uses: docker/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion vaultwarden/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# use the official vaultwarden alpine container image
FROM --platform=${BUILDPLATFORM:-linux/amd64} vaultwarden/server:1.28.1-alpine as base
FROM --platform=${BUILDPLATFORM:-linux/amd64} vaultwarden/server:1.29.0-alpine as base

ARG TARGETPLATFORM
ARG BUILDPLATFORM
Expand Down

0 comments on commit 55b29b8

Please sign in to comment.