Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 22, 2024
1 parent bdd1ed1 commit e612dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.armv6
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ RUN go mod download
RUN CGO_ENABLED=0 go build -o /go/bin/splunk-mqtt

# Now copy it into our base image.
FROM alpine:3.17.2
FROM alpine:3.20.0
COPY --from=builder /go/bin/splunk-mqtt /splunk-mqtt
CMD ["/splunk-mqtt"]

0 comments on commit e612dbb

Please sign in to comment.