go 1.22
This commit is contained in:
parent
fbf9fc0fff
commit
61f7fd89db
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# syntax=docker/dockerfile:1
|
# syntax=docker/dockerfile:1
|
||||||
|
|
||||||
# Build the application from source
|
# Build the application from source
|
||||||
FROM golang:1.19 AS build-stage
|
FROM golang:1.22 AS build-stage
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue