Skip to content

Commit

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

* Install bash 5.2.26-r0

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: tan.nguyen <[email protected]>
  • Loading branch information
renovate[bot] and tannguyen04 authored Jul 10, 2024
1 parent f3d9c72 commit b7a8b19
Showing 1 changed file with 2 additions and 2 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.19.1@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
FROM alpine:3.20.1@sha256:b89d9c93e9ed3597455c90a0b88a8bbb5cb7188438f70953fede212a0c4394e0

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

RUN apk add --no-cache bash=5.2.21-r0
RUN apk add --no-cache bash=5.2.26-r0

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

Expand Down

0 comments on commit b7a8b19

Please sign in to comment.