We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fdbafe commit b67285eCopy full SHA for b67285e
1 file changed
samples/sidecar-proxy/Dockerfile
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-FROM golang:1.26.1 as builder
+FROM golang:1.26.2 as builder
16
WORKDIR /app
17
RUN go mod init example-app
18
RUN go get github.com/jackc/pgx/v4
0 commit comments