We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ada49a commit 2631b66Copy full SHA for 2631b66
3 files changed
build/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.22.2-bookworm
+FROM golang:1.22.3-bookworm
2
3
ARG GH_VERSION='1.9.2'
4
go.mod
@@ -1,6 +1,6 @@
module github.com/newrelic/nri-mssql
-go 1.22.2
+go 1.22.3
5
require (
6
github.com/denisenkom/go-mssqldb v0.12.3
tests/docker-compose.yml
@@ -11,7 +11,7 @@ services:
11
MSSQL_PID: Developer
12
restart: always
13
nri-mssql:
14
- image: golang:1.22.2-bookworm
+ image: golang:1.22.3-bookworm
15
container_name: nri_mssql
16
working_dir: /code
17
volumes:
0 commit comments