Skip to content

Commit

Permalink
Bump golang from 1.21.1-alpine to 1.21.3-alpine
Browse files Browse the repository at this point in the history
Bumps golang from 1.21.1-alpine to 1.21.3-alpine.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 11, 2023
1 parent 7a32d71 commit 011e150
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG GIT_COMMIT=unknown
FROM golang:1.21.1-alpine as builder
FROM golang:1.21.3-alpine as builder
ARG GIT_COMMIT
RUN apk add --no-cache git
WORKDIR /siderite
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.debian
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG GIT_COMMIT=unknown
FROM golang:1.21.1-bullseye as builder
FROM golang:1.21.3-bullseye as builder
ARG GIT_COMMIT
WORKDIR /siderite
COPY go.mod .
Expand All @@ -12,7 +12,7 @@ RUN go mod download
COPY . .
RUN GIT_COMMIT=$GIT_COMMIT go build -ldflags "-X github.com/philips-labs/siderite/cmd.GitCommit=${GIT_COMMIT}"

FROM golang:1.21.1-bullseye
FROM golang:1.21.3-bullseye
WORKDIR /app
COPY --from=builder /siderite/siderite /app
ENTRYPOINT ["/app/siderite","runner"]

0 comments on commit 011e150

Please sign in to comment.