Skip to content

Commit

Permalink
docs: update Go version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
addetz committed Sep 5, 2024
1 parent 13c3335 commit c04f158
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
@@ -1,7 +1,7 @@
# Copyright (c) Spectro Cloud
# SPDX-License-Identifier: MPL-2.0

FROM golang:1.21.7-alpine3.19 as builder
FROM golang:1.23.0-alpine3.20 as builder
WORKDIR /go/src/app
COPY . .
RUN go build -o /go/bin/app && \
Expand Down

0 comments on commit c04f158

Please sign in to comment.