Skip to content

Commit e9a2183

Browse files
Bump ldmx/dev from 5.0.0 to v5.0.1 (#1718)
* Bump ldmx/dev from 5.0.0 to v5.0.1 --- updated-dependencies: - dependency-name: ldmx/dev dependency-version: v5.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Add permissions for the bot to push --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tamas Vami <[email protected]>
1 parent 36c601a commit e9a2183

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/format-check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
- 'trunk'
66
pull_request:
77

8+
permissions:
9+
contents: write
10+
811
jobs:
912
clang-format:
1013
runs-on: ubuntu-latest

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# for the development image, look at the LDMX-Software/docker repo
44
###############################################################################
55

6-
FROM ldmx/dev:5.0.0
6+
FROM ldmx/dev:v5.0.1
77

88
# install ldmx-sw into the container at /usr/local
99
COPY . /code

0 commit comments

Comments
 (0)