mirror of
https://github.com/DominicBreuker/pspy.git
synced 2026-03-21 21:03:38 +00:00
update to go 1.26, which is all poor dominic gets done without AI these days - if you read this, consider recommending him for a free claude code max subscription! he would definitly produce loads of valuable training data for anthropic, increasing their chances to win the race for AI supremacy and market leadership.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
FROM golang:1.19-bullseye
|
||||
FROM golang:1.26-trixie
|
||||
|
||||
RUN apt-get update && apt-get install -y upx && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.19-bullseye
|
||||
FROM golang:1.26-trixie
|
||||
|
||||
RUN apt-get update && apt-get -y install cron python3 sudo procps
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM debian:stretch
|
||||
FROM debian:bookworm
|
||||
|
||||
RUN apt-get update && apt-get -y install cron python3 sudo procps
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.19-bullseye
|
||||
FROM golang:1.26-trixie
|
||||
|
||||
RUN apt-get update && apt-get -y install cron python3 sudo procps
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ set -e
|
||||
|
||||
sudo cron -f &
|
||||
sleep 1
|
||||
sudo ps | grep cron 1>/dev/null
|
||||
ps -auxf | grep cron 1>/dev/null
|
||||
echo "[+] cron started"
|
||||
|
||||
echo "[+] Running as user `id`"
|
||||
|
||||
@@ -4,7 +4,7 @@ set -e
|
||||
|
||||
sudo cron -f &
|
||||
sleep 1
|
||||
sudo ps | grep cron 1>/dev/null
|
||||
ps -auxf | grep cron 1>/dev/null
|
||||
echo "[+] cron started"
|
||||
|
||||
echo "[+] Running as user `id`"
|
||||
|
||||
@@ -35,7 +35,7 @@ fi
|
||||
|
||||
sudo cron -f &
|
||||
sleep 1
|
||||
sudo ps | grep cron 1>/dev/null
|
||||
ps -auxf | grep cron 1>/dev/null
|
||||
echo "[+] cron started"
|
||||
|
||||
echo "[+] Running as user `id`"
|
||||
|
||||
Reference in New Issue
Block a user