Skip to content

Commit

Permalink
bump go version in holodeck docker image
Browse files Browse the repository at this point in the history
Signed-off-by: Tariq Ibrahim <tibrahim@nvidia.com>
  • Loading branch information
tariq1890 committed Jan 14, 2025
1 parent db3f0a5 commit a5978eb
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 @@
## limitations under the License.
##

FROM golang:1.22-bookworm AS builder
FROM golang:1.23-bookworm AS builder

WORKDIR /src
COPY . .
Expand Down

0 comments on commit a5978eb

Please # to comment.