Skip to content

Commit 61ffa03

Browse files
dependabot[bot]bernot-dev
authored andcommitted
fix(deps): bump golang in /cmd/frontend
Bumps golang from 1.23.6-bullseye to 1.24.0-bullseye. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 025c126 commit 61ffa03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/frontend/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.23.6-bullseye as buildbase
15+
FROM golang:1.24.0-bullseye as buildbase
1616

1717
# Compile the UI assets.
1818
FROM launcher.gcr.io/google/nodejs as assets

0 commit comments

Comments
 (0)