Skip to content

Commit

Permalink
Configuration: updated to alpine v3.19 and oapi-codegen v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ppaulweber committed Apr 3, 2024
1 parent a83b8f3 commit 83a0550
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

FROM golang:1.17-alpine \
FROM golang:alpine3.19 \
AS build

ENV USER=appuser
Expand All @@ -44,7 +44,7 @@ RUN apk update \
&& update-ca-certificates

RUN CGO_ENABLED=0 \
go install github.com/deepmap/oapi-codegen/cmd/oapi-codegen@v1.12.4 \
go install github.com/deepmap/oapi-codegen/v2/cmd/oapi-codegen@v2.1.0 \
&& /go/bin/oapi-codegen -version

FROM scratch \
Expand Down

0 comments on commit 83a0550

Please sign in to comment.