Skip to content

Commit

Permalink
build update
Browse files Browse the repository at this point in the history
  • Loading branch information
cjimti committed Dec 3, 2019
1 parent cf15664 commit 1912c48
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.idea
.idea
dist
12 changes: 6 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ dockers:
- jwtpxy
dockerfile: Dockerfile
image_templates:
- "txn2/p3y:latest"
- "txn2/p3y:{{ .Tag }}"
- "txn2/p3y:v{{ .Tag }}"
- "txn2/p3y:v{{ .Major }}"
- "txn2/p3y:amd64-{{ .Tag }}"
- "txn2/p3y:amd64-v{{ .Major }}"
- "txn2/jwtpxy:latest"
- "txn2/jwtpxy:{{ .Tag }}"
- "txn2/jwtpxy:v{{ .Tag }}"
- "txn2/jwtpxy:v{{ .Major }}"
- "txn2/jwtpxy:amd64-{{ .Tag }}"
- "txn2/jwtpxy:amd64-v{{ .Major }}"
build_flag_templates:
- "--label=org.label-schema.schema-version=1.0"
- "--label=org.label-schema.version={{.Version}}"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine3.10 AS util
FROM alpine:3.10.3 AS util

RUN echo "nobody:x:65534:65534:Nobody:/:" > /etc_passwd

Expand Down

0 comments on commit 1912c48

Please sign in to comment.