We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcbceff commit 25c3272Copy full SHA for 25c3272
6-appsource/hello-world/Dockerfile
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-FROM golang:1.22 as builder
+FROM golang:1.23 as builder
16
WORKDIR /code
17
COPY main.go .
18
COPY go.mod .
0 commit comments