Skip to content

Commit

Permalink
upd Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gertd committed Jul 3, 2023
1 parent 31308d6 commit 4cb6eab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.goreleaser.amd64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine

RUN apk add --no-cache bash github-cli
RUN apk add --no-cache bash

EXPOSE 8383

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.goreleaser.arm64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine

RUN apk add --no-cache bash github-cli
RUN apk add --no-cache bash

EXPOSE 8383

Expand Down

0 comments on commit 4cb6eab

Please sign in to comment.