Skip to content

Commit

Permalink
Merge pull request #553 from DannyBen/fix/docker-multi-arch
Browse files Browse the repository at this point in the history
Fix docker image for multi-arch
  • Loading branch information
DannyBen committed Aug 21, 2024
2 parents 71ea6a3 + 5660a3e commit 6027518
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM dannyben/alpine-ruby
FROM dannyben/alpine-ruby:3.3.3

ENV BASHLY_VERSION=1.2.2
ENV PS1="\n\n>> bashly \W \$ "
Expand Down
2 changes: 1 addition & 1 deletion edge/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM dannyben/alpine-ruby
FROM dannyben/alpine-ruby:3.3.3

ENV PS1 "\n\n>> bashly \W \$ "
RUN apk add --no-cache git pandoc-cli
Expand Down

0 comments on commit 6027518

Please sign in to comment.