Skip to content

Commit

Permalink
chore: bump alpine from 3.20.0 to 3.20.1 (#3)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent de5b364 commit 296e9d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apk add --no-cache make git
RUN make build

# Run stage
FROM alpine:3.20.0
FROM alpine:3.20.1
WORKDIR /app

COPY --from=build /app/build/dewit .
Expand Down

0 comments on commit 296e9d5

Please sign in to comment.