Skip to content

Commit

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

Bump alpine from 3.19.1 to 3.20.0
  • Loading branch information
fradelg authored May 23, 2024
2 parents 0ac27b1 + efe5430 commit 6fb2c05
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.19.1
FROM alpine:3.20.0
LABEL maintainer "Fco. Javier Delgado del Hoyo <[email protected]>"

RUN apk add --update \
Expand Down

0 comments on commit 6fb2c05

Please sign in to comment.