Skip to content

Commit

Permalink
#patch: Bump alpine in /docker/sirius-user-management (#303)
Browse files Browse the repository at this point in the history
Bumps alpine from 3.16.1 to 3.16.2.

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

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

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] committed Aug 11, 2022
1 parent 7ccafe5 commit 3d28fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/sirius-user-management/Dockerfile
Expand Up @@ -25,7 +25,7 @@ COPY internal internal

RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -installsuffix cgo -o /go/bin/opg-sirius-user-management

FROM alpine:3.16.1
FROM alpine:3.16.2

WORKDIR /go/bin

Expand Down

0 comments on commit 3d28fea

Please sign in to comment.