Skip to content

Commit

Permalink
Bump alpine from 3.20.2 to 3.20.3
Browse files Browse the repository at this point in the history
Bumps alpine from 3.20.2 to 3.20.3.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent fcd3629 commit 0d6851b
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,5 +1,5 @@
# Builder
FROM alpine:3.20.2 AS builder
FROM alpine:3.20.3 AS builder

ARG UPSTREAM_REMOTE
ARG UPSTREAM_BRANCH
Expand All @@ -26,7 +26,7 @@ RUN make readsb RTLSDR=yes BLADERF=yes HACKRF=yes SOAPYSDR=yes


# Release
FROM alpine:3.20.2 AS release
FROM alpine:3.20.3 AS release

# Packages
RUN apk add --no-cache bash ncurses-libs zstd-libs zlib \
Expand Down

0 comments on commit 0d6851b

Please sign in to comment.