Skip to content

Commit

Permalink
⬆️ Bump golang in /docker/dev
Browse files Browse the repository at this point in the history
Bumps golang from 1.23.3-alpine to 1.23.4-alpine.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 6, 2024
1 parent 665750e commit 14dffff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/dev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax = docker/dockerfile:1

FROM golang:1.23.3-alpine AS build
FROM golang:1.23.4-alpine AS build

RUN --mount=type=cache,target=/var/cache/apk \
apk --update add tzdata git && \
Expand Down

0 comments on commit 14dffff

Please sign in to comment.