Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and nafets227 committed Sep 30, 2023
1 parent 5f6cb8d commit 7de75c5
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.18.3 AS builder
FROM alpine:3.18.4 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.18.3
FROM alpine:3.18.4

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

0 comments on commit 7de75c5

Please sign in to comment.