Skip to content

Commit

Permalink
Merge pull request #19 from flighttrackr/dependabot/docker/alpine-3.20.1
Browse files Browse the repository at this point in the history
Bump alpine from 3.20.0 to 3.20.1
  • Loading branch information
Dennis14e authored Jun 21, 2024
2 parents f9abf7a + 98877d6 commit 1583edf
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.0 AS builder
FROM alpine:3.20.1 AS builder

# Workdir
WORKDIR /app
Expand All @@ -13,7 +13,7 @@ RUN chmod +x /tmp/dl-fr24feed.sh && \


# Release
FROM alpine:3.20.0 AS release
FROM alpine:3.20.1 AS release

# Packages
RUN apk add --no-cache bash sed libstdc++
Expand Down

0 comments on commit 1583edf

Please sign in to comment.