Skip to content

Commit

Permalink
Merge pull request #120 from fradelg/dependabot-docker-master-alpine-…
Browse files Browse the repository at this point in the history
…3.20.1

Bump alpine from 3.20.0 to 3.20.1
  • Loading branch information
fradelg authored Jun 21, 2024
2 parents 6fb2c05 + 7fbc2fb commit dbece92
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 @@ ENV GO111MODULE=on
RUN go mod tidy
RUN CGO_ENABLED=0 GOOS=linux GO111MODULE=on go build -a -o /go/bin/dockerize .

FROM alpine:3.20.0
FROM alpine:3.20.1
LABEL maintainer "Fco. Javier Delgado del Hoyo <[email protected]>"

RUN apk add --update \
Expand Down

0 comments on commit dbece92

Please sign in to comment.