Skip to content

Commit

Permalink
chore(deps): bump the docker group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the docker group with 2 updates: golang and distroless/static-debian12.


Updates `golang` from `1a5326b` to `3f3b9da`

Updates `distroless/static-debian12` from `42d15c6` to `d71f4b2`

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  dependency-group: docker
- dependency-name: distroless/static-debian12
  dependency-type: direct:production
  dependency-group: docker
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 14, 2024
1 parent d9940aa commit 0651952
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /app/ui
COPY ui ./
RUN npm install && npm run build

FROM golang:1.23-bookworm@sha256:1a5326b07cbab12f4fd7800425f2cf25ff2bd62c404ef41b56cb99669a710a83 AS builder
FROM golang:1.23-bookworm@sha256:3f3b9daa3de608f3e869cd2ff8baf21555cf0fca9fd34251b8f340f9b7c30ec5 AS builder

WORKDIR /app

Expand Down Expand Up @@ -35,7 +35,7 @@ RUN apt-get update \

RUN CGO_ENABLED=1 GOOS=linux go build -ldflags="-s -w -linkmode 'external' -extldflags '-static'" -o ./bin/song-stitch cmd/*.go

FROM gcr.io/distroless/static-debian12:nonroot@sha256:42d15c647a762d3ce3a67eab394220f5268915d6ddba9006871e16e4698c3a24 AS build-release-stage
FROM gcr.io/distroless/static-debian12:nonroot@sha256:d71f4b239be2d412017b798a0a401c44c3049a3ca454838473a4c32ed076bfea AS build-release-stage

WORKDIR /app

Expand Down

0 comments on commit 0651952

Please sign in to comment.