Skip to content

Commit

Permalink
Merge pull request gardener#286 from gardener/go1.19.3
Browse files Browse the repository at this point in the history
Updated builder image to golang `v1.19.3`
  • Loading branch information
MartinWeindel authored Nov 8, 2022
2 parents 273eb8d + d2436b2 commit 41c9a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

############# builder #############
FROM golang:1.19.2 AS builder
FROM golang:1.19.3 AS builder

WORKDIR /build
COPY . .
Expand Down

0 comments on commit 41c9a3d

Please sign in to comment.