Skip to content

Commit

Permalink
Merge pull request #12 from TU-Darmstadt-APQ/dependabot/docker/alpine…
Browse files Browse the repository at this point in the history
…-3.19.0

[docker] Bump alpine from 3.18.5 to 3.19.0
  • Loading branch information
PatrickBaus authored Dec 8, 2023
2 parents 5f131b6 + 4b7de21 commit e7a3a68
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.5 as builder
FROM alpine:3.19.0 as builder

ARG BUILD_CORES
ARG GIT_REPOSITORY
Expand Down Expand Up @@ -29,7 +29,7 @@ RUN COLOUR='\e[1;93m' && \
pip install ./app && \
echo -e "${COLOUR}Done.\e[0m"

FROM alpine:3.18.5
FROM alpine:3.19.0
LABEL maintainer="Patrick Baus <patrick.baus@physik.tu-darmstadt.de>"
LABEL description="Labnode PID controller daemon"

Expand Down

0 comments on commit e7a3a68

Please sign in to comment.