Skip to content

Commit

Permalink
RELEASE 1.1.18-05
Browse files Browse the repository at this point in the history
base: new debian base image
doclig: update packages
  • Loading branch information
1thorsten committed Jun 7, 2023
1 parent bcb2d6f commit ea4f843
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ ENV PHP7_SOCK=/var/run/php/php${PHP_VERSION}-fpm.sock
ENV PHP_LOG_SYSOUT=true

# http-over-all part
ARG RELEASE="1.1.18-04"
ARG RELEASE="1.1.18-05"

ARG SSL_COUNTRY=DE
ARG SSL_STATE=Berlin
Expand Down
6 changes: 3 additions & 3 deletions tools/doclig/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.20

require (
github.com/docker/distribution v2.8.2+incompatible
github.com/docker/docker v23.0.6+incompatible
github.com/docker/docker v24.0.2+incompatible
)

require (
Expand All @@ -18,11 +18,11 @@ require (
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.0.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/sirupsen/logrus v1.9.0 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
golang.org/x/mod v0.10.0 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/time v0.3.0 // indirect
golang.org/x/tools v0.9.1 // indirect
golang.org/x/tools v0.9.3 // indirect
gotest.tools/v3 v3.4.0 // indirect
)

0 comments on commit ea4f843

Please sign in to comment.