Skip to content

Commit

Permalink
Merge pull request #31 from acavella/develop
Browse files Browse the repository at this point in the history
split functions
  • Loading branch information
acavella authored Jan 27, 2024
2 parents 4b78fc1 + 9eb08e8 commit 758c6af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_TAG=v1.1.1
ARG BUILD_TAG=v1.1.2

FROM docker.io/library/golang:1.20.12-alpine3.19 as builder
ARG BUILD_TAG
Expand Down
2 changes: 1 addition & 1 deletion build/docker/bin/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ mkdir ${BUILD_DIR}/crl/static
cp ./conf/config.yml ${BUILD_DIR}/conf/

# Build Go application
go build -o "${BUILD_DIR}/${APP_NAME}" -ldflags="-X 'main.appVersion=${APP_VERSION}' -X 'main.appBuild=${APP_BUILD}' -X 'main.appBuildDate=${APP_BUILDTIME}'" main.go
go build -o "${BUILD_DIR}/${APP_NAME}" -ldflags="-X 'main.appVersion=${APP_VERSION}' -X 'main.appBuild=${APP_BUILD}' -X 'main.appBuildDate=${APP_BUILDTIME}'" *.go

0 comments on commit 758c6af

Please sign in to comment.