Skip to content

Commit

Permalink
use latest golang
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat committed Mar 23, 2024
1 parent d0460ae commit 5cf419c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.21-alpine AS go-builder
FROM golang:1.22-alpine AS go-builder

# this comes from standard alpine nightly file
# https://github.com/rust-lang/docker-rust-nightly/blob/master/alpine3.12/Dockerfile
Expand Down Expand Up @@ -34,7 +34,7 @@ RUN LEDGER_ENABLED=false BUILD_TAGS=muslc LINK_STATICALLY=true make build \
&& (file /code/bin/migalood | grep "statically linked")

# --------------------------------------------------------
FROM alpine:3.16
FROM alpine

COPY --from=go-builder /code/bin/migalood /usr/bin/migalood
ENV HOME /.migalood
Expand Down
2 changes: 1 addition & 1 deletion contrib/migalood-env/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM ubuntu

RUN apt-get update && \
apt-get -y upgrade && \
Expand Down

0 comments on commit 5cf419c

Please sign in to comment.