Skip to content

Commit

Permalink
Updated go and ubuntu version in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mboben committed Jul 9, 2024
1 parent 16ea0e5 commit bda1560
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.18 AS build
FROM golang:1.21 AS build

RUN apt-get update -y && \
apt-get install -y rsync
Expand All @@ -14,7 +14,7 @@ WORKDIR /app/avalanchego/

RUN /app/avalanchego/scripts/build.sh

FROM ubuntu@sha256:b25ef49a40b7797937d0d23eca3b0a41701af6757afca23d504d50826f0b37ce
FROM ubuntu@sha256:0eb0f877e1c869a300c442c41120e778db7161419244ee5cbc6fa5f134e74736

WORKDIR /app

Expand Down

0 comments on commit bda1560

Please sign in to comment.