Skip to content

Commit

Permalink
Merge pull request #160 from philips-labs/dependabot/docker/golang-1.…
Browse files Browse the repository at this point in the history
…21.3-alpine

Bump golang from 1.21.1-alpine to 1.21.3-alpine
  • Loading branch information
loafoe authored Oct 11, 2023
2 parents 7a32d71 + 011e150 commit 3eddc01
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 3eddc01

Please sign in to comment.