mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31:03 +00:00
Update Dockerfile
Update alpine version as 3.15 is no longer available, which breaks build
This commit is contained in:
parent
06ab7b77b1
commit
5f1cfc00f4
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
ARG BASE_IMAGE_BUILDER=golang
|
||||
ARG ALPINE_VERSION=3.15
|
||||
ARG ALPINE_VERSION=3.19
|
||||
ARG GO_VERSION=1.20
|
||||
|
||||
FROM ${BASE_IMAGE_BUILDER}:${GO_VERSION}-alpine${ALPINE_VERSION} AS builder
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue