This commit is contained in:
Miki 2024-06-05 11:45:13 +02:00
parent fbf9fc0fff
commit 61f7fd89db

View file

@ -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