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.5 to 1.21.6 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 10, 2024
1 parent 61004e3 commit 88e6565
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.5 as BUILDER
FROM --platform=${BUILDPLATFORM} golang:1.21.6 as BUILDER
RUN apt update && apt install -y build-essential git
WORKDIR /geth
ARG VERSION=v1.13.8
Expand Down

0 comments on commit 88e6565

Please sign in to comment.