generated from rmcguire/go-server-with-otel
	Compare commits
	
		
			3 Commits
		
	
	
		
			v0.1.1
			...
			d5abda89a1
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| d5abda89a1 | |||
| 02dc08fb1e | |||
| ac8d62a98e | 
@@ -17,11 +17,11 @@ RUN go build -C . -v -ldflags "-extldflags '-static' -X ${VER_PKG}=${VERSION}" -
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
FROM alpine:latest
 | 
					FROM alpine:latest
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ARG APP_NAME=demo-app
 | 
					ARG APP_NAME=class-server
 | 
				
			||||||
 | 
					
 | 
				
			||||||
WORKDIR /app
 | 
					WORKDIR /app
 | 
				
			||||||
USER 100:101
 | 
					USER 100:101
 | 
				
			||||||
 | 
					
 | 
				
			||||||
COPY --from=build --chown=100:101 /app/${APP_NAME} /app/
 | 
					COPY --from=build --chown=100:101 /app/${APP_NAME} /app/app
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ENTRYPOINT [ "/app/${APP_NAME}" ]
 | 
					ENTRYPOINT [ "/app/app" ]
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -21,7 +21,7 @@ version: 0.1.3
 | 
				
			|||||||
# incremented each time you make changes to the application. Versions are not expected to
 | 
					# incremented each time you make changes to the application. Versions are not expected to
 | 
				
			||||||
# follow Semantic Versioning. They should reflect the version the application is using.
 | 
					# follow Semantic Versioning. They should reflect the version the application is using.
 | 
				
			||||||
# It is recommended to use it with quotes.
 | 
					# It is recommended to use it with quotes.
 | 
				
			||||||
appVersion: "v0.1.1"
 | 
					appVersion: "v0.1.3"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
dependencies:
 | 
					dependencies:
 | 
				
			||||||
  - name: hull
 | 
					  - name: hull
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user