Skip to content

Commit

Permalink
Update to latest releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
v0ctor committed Jan 9, 2024
1 parent cc909b7 commit 77fadcd
Show file tree
Hide file tree
Showing 7 changed files with 109,767 additions and 63,244 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG GO_VERSION=1.21.3-alpine3.18
ARG DELVE_VERSION=1.21.1
ARG OAPICODEGEN_VERSION=1.15.0
ARG GO_VERSION=1.21.5-alpine3.18
ARG DELVE_VERSION=1.22.0
ARG OAPICODEGEN_VERSION=2.0.0


## Base image
Expand All @@ -25,7 +25,7 @@ RUN apk add \
python3 \
zsh \
&& go install github.com/go-delve/delve/cmd/dlv@v${DELVE_VERSION} \
&& go install github.com/deepmap/oapi-codegen/cmd/oapi-codegen@v${OAPICODEGEN_VERSION}
&& go install github.com/deepmap/oapi-codegen/v2/cmd/oapi-codegen@v${OAPICODEGEN_VERSION}

ARG USER_ID=1000
ENV USER_NAME=default
Expand Down
2 changes: 1 addition & 1 deletion api/netbox_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.6.3
3.7.0
Loading

0 comments on commit 77fadcd

Please sign in to comment.