Skip to content

Commit

Permalink
switch base to 3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed Feb 27, 2023
1 parent ff78b3d commit 33e0976
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion base.alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.16
FROM alpine:3.17

LABEL maintainer="Umputun <[email protected]>"

Expand Down
2 changes: 1 addition & 1 deletion build.go/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV \
TIME_ZONE=America/Chicago \
CGO_ENABLED=0 \
GOVERALLS=0.0.11 \
GOLANGCI=1.50.1 \
GOLANGCI=1.51.2 \
STATIK=0.1.7 \
GORELEASER=1.15.2

Expand Down
2 changes: 1 addition & 1 deletion dk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# this script provides access to scratch-based containers by temporary copy busybox in.
# removes all of this on exit

id="$$" # randomize file names to prevent collisions if run mutiple times
id="$$" # randomize file names to prevent collisions if run multiple times

# copy busybox into running container as /busybox.<random>
docker run -d --rm --name=bbox busybox:latest sleep 10 1>/dev/null 2>/dev/null
Expand Down

0 comments on commit 33e0976

Please sign in to comment.