Skip to content

Commit

Permalink
Bump alpine from 3.18 to 3.19 in /container
Browse files Browse the repository at this point in the history
Bumps alpine from 3.18 to 3.19.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent 205e15f commit d45a8a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# $ docker run --rm -i hadolint/hadolint < Dockerfile

# ---------- build taganaka/SpeedTest binary ----------
FROM alpine:3.18 as compiler
FROM alpine:3.19 as compiler

# install build framework and libraries
# hadolint ignore=DL3018
Expand All @@ -21,7 +21,7 @@ RUN git clone https://github.com/taganaka/SpeedTest.git . \
&& make

# --------- build application container ----------
FROM alpine:3.18 as runtime
FROM alpine:3.19 as runtime

# install necessary packages and fonts
# hadolint ignore=DL3018
Expand Down

0 comments on commit d45a8a3

Please sign in to comment.