Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and nafets227 committed Jun 21, 2024
1 parent 8c1d142 commit 904cdcd
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,4 +1,4 @@
FROM alpine:3.19.1 AS builder
FROM alpine:3.20.1 AS builder
LABEL Description="Finance Build Container for aqbanking"

# install prerequisited
Expand Down Expand Up @@ -86,7 +86,7 @@ RUN \
cp -a fntxt2sql dist/usr/local/bin/

##############################################################################
FROM alpine:3.19.1
FROM alpine:3.20.1

LABEL org.opencontainers.image.authors="Stefan Schallenberg aka nafets227 <[email protected]>"
LABEL Description="Finance Container"
Expand Down

0 comments on commit 904cdcd

Please sign in to comment.