Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# Stage 1: Build the application
|
2 |
-
FROM golang:1.
|
3 |
|
4 |
# Set the working directory inside the container
|
5 |
WORKDIR /app
|
|
|
1 |
# Stage 1: Build the application
|
2 |
+
FROM golang:1.22 AS builder
|
3 |
|
4 |
# Set the working directory inside the container
|
5 |
WORKDIR /app
|