Skip to content

Commit

Permalink
build(docker) bump Go version in Dockerfile to 1.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tphakala committed Apr 20, 2024
1 parent 5b1bc67 commit 44779f8
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 @@
# Use ARGs to define default build-time variables for TensorFlow version and target platform
ARG TENSORFLOW_VERSION=v2.14.0

FROM golang:1.22.1-bookworm as buildenv
FROM golang:1.22.2-bookworm as buildenv

# Pass in ARGs after FROM to use them in build stage
ARG TENSORFLOW_VERSION
Expand Down

0 comments on commit 44779f8

Please sign in to comment.