Skip to content

Commit

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

Bump alpine from 3.18.5 to 3.19.0
  • Loading branch information
Dennis14e authored Dec 9, 2023
2 parents fc33fde + 7ff7b77 commit 4dd9ab1
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.18.5 AS builder
FROM alpine:3.19.0 AS builder

ARG UPSTREAM_REMOTE
ARG UPSTREAM_BRANCH
Expand All @@ -25,7 +25,7 @@ RUN make readsb RTLSDR=yes


# Release
FROM alpine:3.18.5 AS release
FROM alpine:3.19.0 AS release

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

0 comments on commit 4dd9ab1

Please sign in to comment.