Skip to content

Commit

Permalink
bump dev-go
Browse files Browse the repository at this point in the history
  • Loading branch information
FoseFx committed Dec 28, 2024
1 parent ddb2497 commit 8de259e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:

env:
# renovate: dev-tag
DEV_TAG: '17'
DEV_TAG: '18'

jobs:

Expand Down
4 changes: 2 additions & 2 deletions dev/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ services:
context: ../images/dev-go-custom
args:
# renovate: dev-tag
TAG: '17'
TAG: '18'
UID: ${UID:-1000}
GID: ${GID:-1000}
volumes:
Expand Down Expand Up @@ -148,7 +148,7 @@ services:
context: ../images/dev-go-custom
args:
# renovate: dev-tag
TAG: '17'
TAG: '18'
UID: ${UID:-1000}
GID: ${GID:-1000}
volumes:
Expand Down
2 changes: 1 addition & 1 deletion images/dev-go/update-dev-tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e

# update this value, when you update the Dockerfile
# renovate: dev-tag
TAG='17'
TAG='18'

# go to repo root
cd $(git rev-parse --show-toplevel)
Expand Down

0 comments on commit 8de259e

Please sign in to comment.