Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
build(deps): bump golang from 1.21.3 to 1.21.4 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Nov 8, 2023
1 parent a80395b commit d5cde7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM --platform=${BUILDPLATFORM} golang:1.21.3 as BUILDER
FROM --platform=${BUILDPLATFORM} golang:1.21.4 as BUILDER
RUN apt update && apt install -y build-essential git
WORKDIR /geth
ARG VERSION=v1.13.4
Expand Down

0 comments on commit d5cde7b

Please sign in to comment.