Skip to content

Commit

Permalink
[docker] Bump alpine from 3.20.3 to 3.21.0 (#43)
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 6, 2024
1 parent 8cbe02e commit 59af01f
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

Check warning on line 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / build

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

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.3
FROM alpine:3.21.0
LABEL maintainer="Patrick Baus <patrick.baus@physik.tu-darmstadt.de>"
LABEL description="HighFinesse Wavemeter SCPI deamon."

Expand Down

0 comments on commit 59af01f

Please sign in to comment.