We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1d0565 commit 5247b7eCopy full SHA for 5247b7e
Dockerfile
@@ -1,5 +1,5 @@
1
# Build the application from source
2
-FROM golang:1.21.5 AS build-stage
+FROM golang:1.21 AS build-stage
3
4
WORKDIR /app
5
go.mod
@@ -1,6 +1,6 @@
module com.lc.go.codepush/server
-go 1.21.5
+go 1.21
require (
6
github.com/go-playground/validator/v10 v10.19.0
0 commit comments