Skip to content

Commit

Permalink
Bump golang from 1.22.3-alpine to 1.22.4-alpine in /build (#70)
Browse files Browse the repository at this point in the history
Bumps golang from 1.22.3-alpine to 1.22.4-alpine.

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 10, 2024
1 parent dd0d2f1 commit ec2cce0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22.3-alpine as builder
FROM golang:1.22.4-alpine as builder

WORKDIR /code

Expand All @@ -11,7 +11,7 @@ COPY . .

RUN go build -tags jsoniter -o bin/mailer cmd/main.go

FROM golang:1.22.3-alpine
FROM golang:1.22.4-alpine

WORKDIR /code

Expand Down

0 comments on commit ec2cce0

Please sign in to comment.