Skip to content

Commit

Permalink
Bump alpine from 3.20.0 to 3.20.1
Browse files Browse the repository at this point in the history
Bumps alpine from 3.20.0 to 3.20.1.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 21, 2024
1 parent f9abf7a commit 98877d6
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 98877d6

Please sign in to comment.