Skip to content

Commit

Permalink
RELEASE 1.1.18-03
Browse files Browse the repository at this point in the history
base: new debian base image
doclig: update packages
  • Loading branch information
1thorsten committed May 12, 2023
1 parent 27d54b0 commit bcb2d6f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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-02"
ARG RELEASE="1.1.18-04"

ARG SSL_COUNTRY=DE
ARG SSL_STATE=Berlin
Expand Down
2 changes: 1 addition & 1 deletion tools/doclig/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ doclig-down:
docker-compose -f docker-compose-doclig.yml down

docker-compose-build:
docker-compose -f ../../docker-compose.yml build --no-cache build-all
docker-compose -f ../../docker-compose.yml build

docker-compose-up:
docker-compose -f ../../docker-compose.yml up http-over-all
Expand Down
12 changes: 6 additions & 6 deletions tools/doclig/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ module doclig
go 1.20

require (
github.com/docker/distribution v2.8.1+incompatible
github.com/docker/docker v23.0.3+incompatible
github.com/docker/distribution v2.8.2+incompatible
github.com/docker/docker v23.0.6+incompatible
)

require (
github.com/Microsoft/go-winio v0.6.0 // indirect
github.com/Microsoft/go-winio v0.6.1 // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.5.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
Expand All @@ -20,9 +20,9 @@ require (
github.com/pkg/errors v0.9.1 // indirect
github.com/sirupsen/logrus v1.9.0 // indirect
golang.org/x/mod v0.10.0 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/sys v0.7.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.7.0 // indirect
golang.org/x/tools v0.9.1 // indirect
gotest.tools/v3 v3.4.0 // indirect
)

0 comments on commit bcb2d6f

Please sign in to comment.