Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.23.4
Browse files Browse the repository at this point in the history
  • Loading branch information
plural-copilot[bot] committed Dec 10, 2024
1 parent a456248 commit 02f7624
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 @@ -31,7 +31,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=${TARGETARCH} \
-X "github.com/pluralsh/plural-cli/pkg/common.Date=${APP_DATE}"' \
-o plural ./cmd/plural

FROM golang:1.23.3-alpine3.20 AS final
FROM golang:1.23.4-alpine3.20 AS final

WORKDIR /

Expand Down

0 comments on commit 02f7624

Please sign in to comment.