lastest - taskfile, cli

This commit is contained in:
Jason Swank 2024-06-10 21:26:51 -04:00
parent 74c7f1af1b
commit f43022c3e4
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ version: '3'
env:
IMAGE: jswank/alpine-cli
NAME: alpine-cli
TAG: 3
TAG: latest
tasks:
default:
cmds:

View File

@ -1,6 +1,6 @@
#!/usr/bin/env -S just --working-directory . --justfile
image := "ghcr.io/jswank/alpine-cli:edge"
image := "ghcr.io/jswank/alpine-cli:latest"
n := "alpine-cli"
# Invoke the 'run' recipe