Skip to content

Commit

Permalink
deps:chore - update dependency golang
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] authored Jun 20, 2022
1 parent 2d9d7e7 commit a9506c1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deployments/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.17-alpine AS builder
FROM golang:1.18-alpine AS builder

RUN apk add --no-cache git

Expand Down
1 change: 0 additions & 1 deletion examples
Submodule examples deleted from 304505
2 changes: 1 addition & 1 deletion internal/services/formatters/go/deployments/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.17.8-alpine
FROM golang:1.18.3-alpine

RUN apk add curl

Expand Down

0 comments on commit a9506c1

Please sign in to comment.