Skip to content

Commit

Permalink
Update alpine Docker tag to v3.19.0 (#3)
Browse files Browse the repository at this point in the history
* Update alpine Docker tag to v3.19.0

* Updated bash verison.

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alex Skrypnyk <[email protected]>
  • Loading branch information
renovate[bot] and AlexSkrypnyk committed Dec 18, 2023
1 parent 9814b40 commit e282a7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM alpine:3.18.5@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0
FROM alpine:3.19.0@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48

LABEL org.opencontainers.image.authors="Alex Skrypnyk <[email protected]>" maintainer="Alex Skrypnyk <[email protected]>"

RUN apk add --no-cache bash=5.2.15-r5
RUN apk add --no-cache bash=5.2.21-r0

COPY entrypoint.sh /usr/local/bin/entrypoint.sh

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ services:
- my-network

start_dependencies:
image: drevops/docker-wait-for-dependencies:23.10.0
image: drevops/docker-wait-for-dependencies:23.12.0
depends_on:
- mongo
- redis
Expand All @@ -83,7 +83,7 @@ By default, there will be a 2 second sleep time between each check. You can modi

```yaml
start_dependencies:
image: drevops/docker-wait-for-dependencies:23.10.0
image: drevops/docker-wait-for-dependencies:23.12.0
environment:
- SLEEP_LENGTH: 0.5
```
Expand All @@ -92,7 +92,7 @@ By default, there will be a 300 seconds timeout before cancelling the wait_for.

```yaml
start_dependencies:
image: drevops/docker-wait-for-dependencies:23.10.0
image: drevops/docker-wait-for-dependencies:23.12.0
environment:
- SLEEP_LENGTH: 1
- TIMEOUT_LENGTH: 60
Expand Down

0 comments on commit e282a7b

Please sign in to comment.