Compare commits

..

2 commits

Author SHA1 Message Date
b7f54dd9b3
Merge pull request #46 from wneessen/dependabot/docker/golang-b8ded51
Bump golang from `f1fe698` to `b8ded51`
2024-05-23 10:42:36 +02:00
dependabot[bot]
345e81676a
Bump golang from f1fe698 to b8ded51
Bumps golang from `f1fe698` to `b8ded51`.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-23 08:39:38 +00:00

View file

@ -3,7 +3,7 @@
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
## Build first ## Build first
FROM golang:alpine@sha256:f1fe698725f6ed14eb944dc587591f134632ed47fc0732ec27c7642adbe90618 AS builder FROM golang:alpine@sha256:b8ded51bad03238f67994d0a6b88680609b392db04312f60c23358cc878d4902 AS builder
RUN mkdir /builddithur RUN mkdir /builddithur
ADD cmd/ /builddir/cmd/ ADD cmd/ /builddir/cmd/
ADD template/ /builddir/template ADD template/ /builddir/template