Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
isindir committed Apr 1, 2024
1 parent 333f9dd commit 2f0b8f6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
# https://wiki.ubuntu.com/Releases
# https://hub.docker.com/_/ubuntu/tags?page=1&name=noble
# UPDATE_HERE
FROM ubuntu:noble-20240225 as asdf-builder
#FROM ubuntu:noble-20240225 as asdf-builder
FROM ubuntu:mantic-20240216 as asdf-builder

# UPDATE_HERE
# https://github.com/asdf-vm/asdf/releases
Expand Down Expand Up @@ -57,7 +58,8 @@ RUN CGO_ENABLED=0 GO111MODULE=on go build -a -o manager cmd/main.go

############################################################
# UPDATE_HERE
FROM ubuntu:noble-20240225
#FROM ubuntu:noble-20240225
FROM ubuntu:mantic-20240216

# Install build tools
# --no-install-recommends
Expand Down

0 comments on commit 2f0b8f6

Please sign in to comment.