Skip to content

Commit

Permalink
fix: remove bad digest pinning (#3884)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas authored Jan 2, 2025
1 parent e0932a1 commit cf0caf6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,15 @@
],
additionalBranchPrefix: 'java-',
},
{
matchCategories: [
'docker'
],
matchPackageNames: [
'ftl0/ftl-runner',
],
pinDigests: false
},
{
matchCategories: [
'docker',
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.runner-jvm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN hermit install openjdk-21.0.3_9
RUN mvn -B --version

# Finally create the runtime image.
FROM ftl0/ftl-runner:latest@sha256:2e1f3791d65051c6936a95ef364a1c321990aeedf366864776b948a48c2c0430
FROM ftl0/ftl-runner:latest

WORKDIR /root/

Expand Down

0 comments on commit cf0caf6

Please sign in to comment.