Skip to content

Commit

Permalink
Merge pull request #2 from banshee86vr/renovate/alpine-3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
banshee86vr committed Jan 27, 2024
2 parents f14ce6f + da75613 commit 9f31ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hello-world-app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM golang:latest AS builder
COPY ./hello-world.go .
RUN go env -w CGO_ENABLED=0 GO111MODULE=off && go build -o /app/hello-world

FROM alpine:3.19.0
FROM alpine:3.19.1
WORKDIR /app
COPY --from=builder /app/hello-world .
EXPOSE 8080
Expand Down

0 comments on commit 9f31ac4

Please sign in to comment.