Skip to content

Commit

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

[docker] Bump alpine from 3.20.0 to 3.20.1
  • Loading branch information
PatrickBaus authored Jun 21, 2024
2 parents dfd3a73 + e993e76 commit f8a1b52
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.0 as builder
FROM alpine:3.20.1 as builder

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

FROM alpine:3.20.0
FROM alpine:3.20.1
LABEL maintainer="Patrick Baus <patrick.baus@physik.tu-darmstadt.de>"
LABEL description="HighFinesse Wavemeter SCPI deamon."

Expand Down

0 comments on commit f8a1b52

Please sign in to comment.