Skip to content

Commit

Permalink
#patch: Bump golang in /docker/sirius-lpa-dashboard (#181)
Browse files Browse the repository at this point in the history
Bumps golang from 1.18.2 to 1.18.3.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 6, 2022
1 parent ef359d3 commit 99c1b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/sirius-lpa-dashboard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN yarn
COPY web/assets web/assets
RUN yarn build

FROM golang:1.18.2 as build-env
FROM golang:1.18.3 as build-env

WORKDIR /app

Expand Down

0 comments on commit 99c1b9d

Please sign in to comment.