Skip to content

Commit

Permalink
Merge pull request #101 from cutlerydrawer/dependabot/docker/alpine-3…
Browse files Browse the repository at this point in the history
….19.1

Bump alpine from 3.18.4 to 3.19.1
  • Loading branch information
greboid authored Jul 2, 2024
2 parents 9087acc + d858c7c commit 5cdaf4c
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 @@ -5,7 +5,7 @@ WORKDIR /go/src/github.com/andreimarcu/linx-server

RUN CGO_ENABLED=0 go install -buildvcs=false .

FROM alpine:3.18.4
FROM alpine:3.19.1

COPY --from=build /go/bin/linx-server /usr/local/bin/linx-server

Expand Down

0 comments on commit 5cdaf4c

Please sign in to comment.