Skip to content

Commit

Permalink
chore(renovate): Update docker.io/library/busybox Docker tag to v1.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 2, 2024
1 parent a246bba commit f3aa991
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 @@ -7,7 +7,7 @@ COPY . .
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o app .

# ---
FROM docker.io/library/busybox:1.36.1-musl
FROM docker.io/library/busybox:1.37.0-musl

ENV HOST=0.0.0.0
ENV PORT=3000
Expand Down

0 comments on commit f3aa991

Please sign in to comment.