Skip to content

Commit

Permalink
[docker] Bump alpine from 3.21.0 to 3.21.1 (#107)
Browse files Browse the repository at this point in the history
Bumps alpine from 3.21.0 to 3.21.1.

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 7, 2025
1 parent a3e42df commit 45851bb
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.21.0 AS builder
FROM alpine:3.21.1 AS builder

ARG TARGETPLATFORM

Expand All @@ -22,7 +22,7 @@ RUN COLOUR='\e[1;93m' && \
pip install -r /app/requirements.txt && \
echo -e "${COLOUR}Done.\e[0m"

FROM alpine:3.21.0
FROM alpine:3.21.1
LABEL maintainer="Patrick Baus <[email protected]>"
LABEL description="Kraken sensor data aggregator."

Expand Down

0 comments on commit 45851bb

Please sign in to comment.