Skip to content

Commit

Permalink
Merge pull request #17 from PatrickBaus/dependabot/docker/alpine-3.18.5
Browse files Browse the repository at this point in the history
[docker] Bump alpine from 3.18.4 to 3.18.5
  • Loading branch information
PatrickBaus authored Dec 1, 2023
2 parents 111cbf3 + 5dc752d commit 3b30a6b
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.4 as builder
FROM alpine:3.18.5 as builder

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

FROM alpine:3.18.4
FROM alpine:3.18.5
LABEL maintainer="Patrick Baus <patrick.baus@physik.tu-darmstadt.de>"
LABEL description="Kraken sensor data aggregator."

Expand Down

0 comments on commit 3b30a6b

Please sign in to comment.