Skip to content

Commit

Permalink
chore: update image version
Browse files Browse the repository at this point in the history
  • Loading branch information
ucpr committed May 25, 2024
1 parent 79f2814 commit 3eac29f
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
@@ -1,13 +1,13 @@
## Buidler
FROM golang:1.21.4-alpine3.18 AS builder
FROM golang:1.22.3-alpine3.18 AS builder

ARG VERSION
ARG REVISION
ARG TIMESTAMP

WORKDIR /app

COPY ./ ./
COPY . .

RUN go mod download && go build -ldflags "-X github.com/ucpr/mongo-streamer/pkg/stamp.BuildVersion=${VERSION} -X github.com/ucpr/mongo-streamer/pkg/stamp.BuildRevision=${REVISION} -X github.com/ucpr/mongo-streamer/pkg/stamp.BuildTimestamp=${TIMESTAMP}" -o ./build/mongo-streamer ./cmd

Expand Down

0 comments on commit 3eac29f

Please sign in to comment.