We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 928264c commit 87e7d9cCopy full SHA for 87e7d9c
Dockerfile
@@ -1,7 +1,7 @@
1
# Dockerfile References: https://docs.docker.com/engine/reference/builder/
2
3
# Start from the latest golang base image
4
-FROM golang:1.20-alpine as builder
+FROM golang:1.21-alpine as builder
5
6
# Set the Current Working Directory inside the container
7
WORKDIR /app
0 commit comments