Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
treeder committed Oct 30, 2024
1 parent c367e3a commit a7192e5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .idx/dev.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
# Search for the extensions you want on https://open-vsx.org/ and use "publisher.id"
extensions = [
# "vscodevim.vim"
"golang.go"
];

# Enable previews
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# build stage
FROM golang:1.18-alpine AS build-env
RUN apk --no-cache add build-base git mercurial gcc linux-headers
FROM golang:1.23-alpine AS build-env
RUN apk --no-cache add build-base git gcc linux-headers
ENV D=/web3
WORKDIR $D
# cache dependencies
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.build
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM golang:1.18-alpine AS build-env
RUN apk --no-cache add build-base git mercurial gcc linux-headers
FROM golang:1.23-alpine AS build-env
RUN apk --no-cache add build-base git gcc linux-headers

0 comments on commit a7192e5

Please sign in to comment.