Skip to content

Commit

Permalink
upgrading cd tool (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
mageddo authored Feb 23, 2023
1 parent 9375d23 commit 5b2d08c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
issues
static
/pkg
/bin
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.deploy
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/defreitas/tools-generic-cd:0.2.3
FROM docker.io/defreitas/tools-generic-cd:0.2.4
COPY . /app
COPY ./builder.bash /bin/builder.bash
WORKDIR /app

0 comments on commit 5b2d08c

Please sign in to comment.