Skip to content

Commit

Permalink
Bump golang from 1.21.4-alpine3.18 to 1.21.5-alpine3.18 in /docker
Browse files Browse the repository at this point in the history
Bumps golang from 1.21.4-alpine3.18 to 1.21.5-alpine3.18.

---
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 Dec 11, 2023
1 parent af16da9 commit ea5cf6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM golang:1.21.4-alpine3.18 AS build
FROM golang:1.21.5-alpine3.18 AS build
WORKDIR /app
ARG VERSION_FLAGS=-ldflags=

Expand Down

0 comments on commit ea5cf6e

Please sign in to comment.