Skip to content

Commit

Permalink
update okteto golang version (#4585)
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya authored May 1, 2024
1 parent 930f4fc commit 3a41cef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/okteto/okteto-v2.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.3
FROM golang:1.21.3
FROM golang:1.22

EXPOSE 2345

Expand Down
2 changes: 1 addition & 1 deletion deploy/okteto/okteto.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.3
FROM golang:1.21-bookworm as builder
FROM golang:1.22-bookworm as builder

EXPOSE 2345

Expand Down
2 changes: 1 addition & 1 deletion kurl_proxy/okteto.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.3
FROM golang:1.21-bookworm
FROM golang:1.22-bookworm

ENV PROJECTPATH=/go/src/github.com/replicatedhq/kots/kurl_proxy
WORKDIR $PROJECTPATH
Expand Down

0 comments on commit 3a41cef

Please sign in to comment.