Skip to content

Commit b67285e

Browse files
authored
deps: update golang docker tag to v1.26.2 (#4330)
1 parent 5fdbafe commit b67285e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/sidecar-proxy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM golang:1.26.1 as builder
15+
FROM golang:1.26.2 as builder
1616
WORKDIR /app
1717
RUN go mod init example-app
1818
RUN go get github.com/jackc/pgx/v4

0 commit comments

Comments
 (0)