Skip to content

Commit

Permalink
chore(deps): update golang to v1.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 6, 2023
1 parent 6f0bcb7 commit 3f0f7cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM golang:1.21.2 as build
FROM golang:1.21.3 as build
ARG VERSION
WORKDIR /app
COPY go.mod go.sum ./
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM golang:1.21.2 as build
FROM golang:1.21.3 as build
WORKDIR /app
COPY go.mod go.sum ./
RUN go mod download
Expand Down

0 comments on commit 3f0f7cb

Please sign in to comment.