Skip to content

Commit

Permalink
Merge pull request #20 from flighttrackr/dependabot/docker/alpine-3.20.2
Browse files Browse the repository at this point in the history
Bump alpine from 3.20.1 to 3.20.2
  • Loading branch information
Dennis14e authored Jul 24, 2024
2 parents 1583edf + 63c374f commit 4a46ecb
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

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


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

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

0 comments on commit 4a46ecb

Please sign in to comment.