Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 18, 2024
1 parent 8ab0329 commit 3e57070
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ module github.com/kjuulh/scel/server
go 1.18

require (
github.com/99designs/gqlgen v0.17.12
github.com/google/uuid v1.3.0
github.com/gorilla/websocket v1.5.0
github.com/ravilushqa/otelgqlgen v0.8.0
github.com/spf13/cobra v1.5.0
github.com/uptrace/opentelemetry-go-extra/otelzap v0.1.14
github.com/vektah/gqlparser/v2 v2.4.6
github.com/99designs/gqlgen v0.17.47
github.com/google/uuid v1.6.0
github.com/gorilla/websocket v1.5.1
github.com/ravilushqa/otelgqlgen v0.15.0
github.com/spf13/cobra v1.8.0
github.com/uptrace/opentelemetry-go-extra/otelzap v0.2.4
github.com/vektah/gqlparser/v2 v2.5.12
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.32.0
go.opentelemetry.io/otel v1.7.0
go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.30.0
Expand All @@ -20,9 +20,9 @@ require (
go.opentelemetry.io/otel/sdk v1.7.0
go.opentelemetry.io/otel/sdk/metric v0.30.0
go.opentelemetry.io/otel/trace v1.7.0
go.uber.org/zap v1.21.0
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f
google.golang.org/grpc v1.46.0
go.uber.org/zap v1.27.0
golang.org/x/net v0.25.0
google.golang.org/grpc v1.64.0
)

require (
Expand Down
4 changes: 2 additions & 2 deletions server/scripts/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:1-experimental
FROM golang:1.18-alpine3.15 AS base
FROM golang:1.19-alpine3.15 AS base

RUN apk --no-cache --update-cache --upgrade --latest add build-base git gcc bash

Expand All @@ -22,7 +22,7 @@ ARG BUILD_DATE
RUN --mount=type=cache,target=/root/.cache/go-build go build \
-o /usr/bin/scel

FROM alpine:3.15.4
FROM alpine:3.19.1

RUN addgroup -S scel; \
adduser -S scel -G scel -D -u 10000 -h /home/scel -s /bin/nologin; \
Expand Down

0 comments on commit 3e57070

Please sign in to comment.