Skip to content

Commit

Permalink
Bump alpine from 3.20 to 3.21 in /mongoapi/dbtestapp
Browse files Browse the repository at this point in the history
Bumps alpine from 3.20 to 3.21.

---
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 12, 2024
1 parent fd552e6 commit 64cf401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongoapi/dbtestapp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ WORKDIR $GOPATH/src/dbtestapp
COPY . .
RUN go install

FROM alpine:3.20 AS dbtestapp
FROM alpine:3.21 AS dbtestapp
RUN apk update && apk add -U gcompat vim strace net-tools curl netcat-openbsd bind-tools bash

RUN mkdir -p /dbtestapp/bin
Expand Down

0 comments on commit 64cf401

Please # to comment.