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

Update fsouza/fake-gcs-server Docker tag to v1.47.6 #1053

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .batect/fake-gcs-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fsouza/fake-gcs-server:1.47.4
FROM fsouza/fake-gcs-server:1.47.6
RUN apk add --no-cache bash curl
COPY healthcheck.sh /bin/healthcheck.sh
HEALTHCHECK --interval=1s CMD /bin/healthcheck.sh
Expand Down
Loading