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 the docker group with 1 update (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 12, 2024
1 parent 2812af2 commit b969cca
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 golang:1.22.0 as BUILDER
FROM golang:1.22.1 as BUILDER
RUN apt update && apt install -y build-essential git
WORKDIR /geth
ARG VERSION=v1.13.14
Expand Down

0 comments on commit b969cca

Please sign in to comment.