Skip to content

Commit

Permalink
Merge pull request #14 from flighttrackr/dependabot/docker/alpine-3.18.5
Browse files Browse the repository at this point in the history
Bump alpine from 3.18.4 to 3.18.5
  • Loading branch information
Dennis14e authored Dec 1, 2023
2 parents 530bcbb + 2f0bc21 commit fdfda54
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.4 AS builder
FROM alpine:3.18.5 AS builder

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


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

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

0 comments on commit fdfda54

Please sign in to comment.