Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +2 -5
Dockerfile
CHANGED
|
@@ -1,9 +1,6 @@
|
|
| 1 |
-
|
| 2 |
-
FROM golang:1.16-buster
|
| 3 |
-
|
| 4 |
-
# Set the working directory in the container to /app
|
| 5 |
-
WORKDIR /app
|
| 6 |
|
|
|
|
| 7 |
# Copy the local package files to the container's workspace.
|
| 8 |
ADD . /app
|
| 9 |
|
|
|
|
| 1 |
+
FROM golang:1.21
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
+
WORKDIR /usr/src/app
|
| 4 |
# Copy the local package files to the container's workspace.
|
| 5 |
ADD . /app
|
| 6 |
|