Skip to content

Commit

Permalink
Merge pull request #212 from flighttrackr/dependabot/docker/alpine-3.…
Browse files Browse the repository at this point in the history
…20.2

Bump alpine from 3.20.1 to 3.20.2
  • Loading branch information
Dennis14e authored Jul 24, 2024
2 parents 172e7e4 + 547dcff commit 1bc2a86
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.1 AS builder
FROM alpine:3.20.2 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.1 AS release
FROM alpine:3.20.2 AS release

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

0 comments on commit 1bc2a86

Please sign in to comment.