Skip to content

Commit

Permalink
Specify source directly in dockerfile
Browse files Browse the repository at this point in the history
So we can get dependabot to do the updates for us
  • Loading branch information
lildude committed Mar 31, 2024
1 parent 61ee97c commit 9e76a83
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
ARG BUILD_FROM
FROM $BUILD_FROM
FROM "ghostfolio/ghostfolio:2.65.0"

ARG BUILD_ARCH
ARG BASHIO_VERSION=0.16.2
Expand Down
5 changes: 0 additions & 5 deletions build.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
{
"build_from": {
"aarch64": "ghostfolio/ghostfolio:2.65.0",
"amd64": "ghostfolio/ghostfolio:2.65.0",
"armv7": "ghostfolio/ghostfolio:2.65.0"
},
"args": {
"ghostfolio_version": "2.65.0"
},
Expand Down

0 comments on commit 9e76a83

Please sign in to comment.