Skip to content

Commit

Permalink
build: pin golang version to 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
kyubisation committed Apr 14, 2022
1 parent 08589fa commit c40984c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM golang:alpine
FROM golang:1.17-alpine
RUN apk add upx
RUN apk add git
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "Configure an angular application on the server",
"scripts": {
"build:lib": "ts-node --project scripts/tsconfig.json ./scripts/build-lib.ts",
"build:cli": "docker-compose run build-go",
"build:cli:upx": "docker-compose run -e BUILD_UPX=true build-go",
"build:cli": "docker-compose run --rm build-go",
"build:cli:upx": "docker-compose run --rm -e BUILD_UPX=true build-go",
"build:ngssc": "ng run ngssc-app:ngsscbuild:production",
"build:demo": "ng build ngssc-builders-app",
"build:demo-i18n": "ng build ngssc-builders-app -c i18n",
Expand Down

0 comments on commit c40984c

Please sign in to comment.