Skip to content

Commit

Permalink
[docker] Bump alpine from 3.20.3 to 3.21.0
Browse files Browse the repository at this point in the history
Bumps alpine from 3.20.3 to 3.21.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 6, 2024
1 parent 68fec1b commit eacc04b
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.20.3 AS builder
FROM alpine:3.21.0 AS builder

COPY . /app

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

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

Expand Down

0 comments on commit eacc04b

Please sign in to comment.